Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. [window addSubview:overlayViewController.view]
  2.  
  3. [overlayViewController.view addSubiew:anotherViewController.view]
  4.  
  5. - (void)viewDidLoad
  6. {
  7. [super viewDidLoad];
  8. // Do any additional setup after loading the view.
  9.  
  10. self.view.exclusiveTouch = YES;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement