Skip to content

Instantly share code, notes, and snippets.

@nwg
Created October 17, 2011 21:00
Show Gist options
  • Save nwg/1293791 to your computer and use it in GitHub Desktop.
Save nwg/1293791 to your computer and use it in GitHub Desktop.
- (IBAction)commentsButtonPressed {
//create an entity that is unique with your application.
NSString *entityUrlString = @"http://www.example.com/object/1234";
UIViewController *commentsController = [SocializeCommentsTableViewController socializeCommentsTableViewControllerForEntity:entityUrlString];
[self presentModalViewController:commentsController animated:YES];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment