Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. UIView animateWithDuration: animations: completion:
  2. UIView transitionWithView: duration: options: animations: completion:
  3.  
  4. @property (nonatomic, strong) FirstViewController *fVC;
  5. @property (nonatomic, strong) SecondViewController *sVC;
  6.  
  7. self.fVC = self.childViewControllers[0];
  8. self.sVC = self.childViewControllers[1];
  9.  
  10. self.fVC.view
  11. self.sVC.view
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement