Guest User

Untitled

a guest
Jun 22nd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. // Implement viewDidLoad to do additional setup after loading the view, typically from a nib.
  2. - (void)viewDidLoad {
  3. [super viewDidLoad];
  4.  
  5. [self.mWindow addSubview:mNav.view];
  6.  
  7. mGlView.animationInterval = 1.0 / 60.0;
  8. [mGlView startAnimation];
  9.  
  10. self.view = mGlView;
  11. [self setTitle:@"Hmm"];
  12. }
Add Comment
Please, Sign In to add comment