From 0708a8371616b94c9263827bce844b20c1210967 Mon Sep 17 00:00:00 2001 From: Breno Douglas Date: Thu, 11 Feb 2016 08:57:43 -0200 Subject: [PATCH] Fix conflict return type in implementation of 'supportedInterfaceOrientations' --- src/ios/YoikScreenOrientation.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;