Miscellaneous warnings fixed

This commit is contained in:
Murat Baysangurov
2017-07-23 21:02:21 +03:00
parent 404560f029
commit 02531ea7be
21 changed files with 59 additions and 66 deletions

View File

@@ -143,8 +143,8 @@
}
#pragma mark - UIViewController Rotation
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) __unused orientation {
return YES;
-(UIInterfaceOrientationMask)supportedInterfaceOrientations {
return UIInterfaceOrientationMaskAll;
}
#pragma mark - Private methods