Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. [[[UIApplication sharedApplication] keyWindow] addSubview:myNewView];
  2.  
  3. [self.tabBarController.view addSubview:myNewView];
  4.  
  5. UIView *modal = [[UIView alloc] initWithFrame:self.view.window.frame];
  6. [self.view.window addSubview:modal];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement