Skip to content

Instantly share code, notes, and snippets.

@nwg
Created October 17, 2011 20:58
Show Gist options
  • Save nwg/1293783 to your computer and use it in GitHub Desktop.
Save nwg/1293783 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:_textField.text];
[self presentModalViewController:commentsController animated:YES];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment