Guest User

Untitled

a guest
Feb 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. var _navigationView = [NavigationView alloc];
  2. console.log([_navigationView respondsToSelector:@selector(initWithFrame:)]);
  3. [_navigationView initWithFrame:[[mainWindow contentView] bounds]];
Add Comment
Please, Sign In to add comment