Skip to content

Instantly share code, notes, and snippets.

@richcollins
Created October 5, 2008 00:45
Show Gist options
  • Save richcollins/14832 to your computer and use it in GitHub Desktop.
Save richcollins/14832 to your computer and use it in GitHub Desktop.
var _navigationView = [NavigationView alloc];
console.log([_navigationView respondsToSelector:@selector(initWithFrame:)]);
[_navigationView initWithFrame:[[mainWindow contentView] bounds]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment