Skip to content

Instantly share code, notes, and snippets.

@sTinGe
Last active July 11, 2018 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sTinGe/a6c0cfdaf71457ac40eecc25b7e3d989 to your computer and use it in GitHub Desktop.
Save sTinGe/a6c0cfdaf71457ac40eecc25b7e3d989 to your computer and use it in GitHub Desktop.
- (BOOL)shouldAutorotate {
return NO;
}
- (UIInterfaceOrientationMask)supportedInterfaceOrientations {
return (UIInterfaceOrientationMaskLandscapeLeft | UIInterfaceOrientationMaskLandscapeRight);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment