Removed supportedInterfaceOrientations since it didn't do anything and caused a warning on iOS 9 because the prototype seems to have changed

This commit is contained in:
Cameron Gutman
2015-06-23 22:01:59 -07:00
parent f57fa678f6
commit 1759565920

View File

@@ -742,15 +742,6 @@ const int FrontViewPositionNone = 0xff;
_userInteractionStore = _contentView.userInteractionEnabled;
}
- (NSUInteger)supportedInterfaceOrientations
{
// we could have simply not implemented this, but we choose to call super to make explicit that we
// want the default behavior.
return [super supportedInterfaceOrientations];
}
#pragma mark - Public methods and property accessors
- (void)setFrontViewController:(UIViewController *)frontViewController