Skip to content

Instantly share code, notes, and snippets.

@nwg
Created June 22, 2012 19:37
Show Gist options
  • Save nwg/2974667 to your computer and use it in GitHub Desktop.
Save nwg/2974667 to your computer and use it in GitHub Desktop.
- (void)showProfile {
SZNavigationController *nav = [SocializeProfileViewController profileViewControllerInNavigationController];
[self presentModalViewController:nav animated:YES];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment