Skip to content

Instantly share code, notes, and snippets.

@jlebrech
Created January 10, 2011 15:39
Show Gist options
  • Save jlebrech/772914 to your computer and use it in GitHub Desktop.
Save jlebrech/772914 to your computer and use it in GitHub Desktop.
var projectsTab = [[CPTabViewItem alloc] initWithIdentifier:@"projects"];
[projectsTab setLabel:@"Projects"];
[projectsTab setView:projectsView];
[tabsView addTabViewItem:projectsTab];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment