SyntaxFix
Write A Post
Hire A Developer
Questions
This works for me on Xcode 6 & 5.
Xcode
- (BOOL)shouldAutorotate { return YES; } - (NSUInteger)supportedInterfaceOrientations { return (UIInterfaceOrientationMaskPortrait); }