Guest User

Untitled

a guest
Jan 18th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. -(IBAction)showSecond
  2. {
  3. SecondViewController *controller = [[SecondViewController alloc] init];
  4. controller.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal;
  5.  
  6. [self presentViewController:controller animated:YES completion:nil];
  7. }
Add Comment
Please, Sign In to add comment