RRK

ChildViewController

RRK
Jul 15th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   ChildViewController *child = [[ChildViewController alloc]init];
  2.        
  3.        
  4.         [self addChildViewController: child];
  5.         [child removeFromParentViewController];
  6.         [[self view] addSubview:[child view]];
  7.         [[[[UIApplication sharedApplication] delegate] window] addSubview: child.view];
  8.         [child didMoveToParentViewController:self];
Advertisement
Add Comment
Please, Sign In to add comment