Update to XCode 9.3 recommended settings and fix "implict retain self" warnings

This commit is contained in:
Cameron Gutman
2018-04-21 22:20:27 -07:00
parent f759f719e6
commit 41eb933e11
5 changed files with 51 additions and 43 deletions

View File

@@ -76,7 +76,7 @@
[self.spinner stopAnimating];
[self.stageLabel setText:@"Waiting for first frame..."];
[self.stageLabel sizeToFit];
[(StreamView*)self.view setupOnScreenControls: _controllerSupport swipeDelegate:self];
[(StreamView*)self.view setupOnScreenControls: self->_controllerSupport swipeDelegate:self];
});
}