Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ChildViewController *child = [[ChildViewController alloc]init];
- [self addChildViewController: child];
- [child removeFromParentViewController];
- [[self view] addSubview:[child view]];
- [[[[UIApplication sharedApplication] delegate] window] addSubview: child.view];
- [child didMoveToParentViewController:self];
Advertisement
Add Comment
Please, Sign In to add comment