Fix conflict return type in implementation of 'supportedInterfaceOrientations'

This commit is contained in:
Breno Douglas 2016-02-11 08:57:43 -02:00
parent 2576cc6f23
commit 0708a83716

View File

@ -95,7 +95,7 @@ SOFTWARE.
@implementation ForcedViewController @implementation ForcedViewController
- (NSUInteger) supportedInterfaceOrientations - (UIInterfaceOrientationMask) supportedInterfaceOrientations
{ {
if ([self.calledWith rangeOfString:@"portrait"].location != NSNotFound) { if ([self.calledWith rangeOfString:@"portrait"].location != NSNotFound) {
return UIInterfaceOrientationMaskPortrait; return UIInterfaceOrientationMaskPortrait;