Guest User

Untitled

a guest
Jul 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. [self presentModalViewController:[[SignatureVC alloc] init] animated:YES];
  2.  
  3. -(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
  4. return (interfaceOrientation == UIInterfaceOrientationLandscapeLeft);
  5. }
  6.  
  7. [UIApplication sharedApplication].statusBarOrientation = UIInterfaceOrientationLandscapeRight;
Add Comment
Please, Sign In to add comment