Skip to content

Instantly share code, notes, and snippets.

@kylefox
Created February 13, 2012 23:24
Show Gist options
  • Save kylefox/1821406 to your computer and use it in GitHub Desktop.
Save kylefox/1821406 to your computer and use it in GitHub Desktop.
if(credentials) {
ProjectListViewController *projectList = [[ProjectListViewController alloc] init];
projectList.projects = [Portfolio portfolioWithCredentials:credentials].projects;
[self.navigationController pushViewController:projectList animated:NO];
} else {
// Instantiate LoginViewController and push it.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment