diff --git a/src/ios/YoikScreenOrientation.m b/src/ios/YoikScreenOrientation.m index f2dd444..51e90f0 100644 --- a/src/ios/YoikScreenOrientation.m +++ b/src/ios/YoikScreenOrientation.m @@ -95,7 +95,7 @@ SOFTWARE. @implementation ForcedViewController -- (NSUInteger) supportedInterfaceOrientations +- (UIInterfaceOrientationMask) supportedInterfaceOrientations { if ([self.calledWith rangeOfString:@"portrait"].location != NSNotFound) { return UIInterfaceOrientationMaskPortrait;