Skip to content

Instantly share code, notes, and snippets.

@bobspryn
Last active August 29, 2015 14:06
Show Gist options
  • Save bobspryn/194ab0c97500592c3954 to your computer and use it in GitHub Desktop.
Save bobspryn/194ab0c97500592c3954 to your computer and use it in GitHub Desktop.
- (IBAction) didTapPrimaryUserAvatar
{
MYTwitterUserProfileViewModel *userProfileViewModel = [self.viewModel viewModelForCurrentUser];
MYTwitterUserProfileViewController *profileViewController =
[[MYTwitterUserProfileViewController alloc] initWithViewModel: userProfileViewModel];
[self.navigationController pushViewController: profileViewController animated:YES];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment