Skip to content

Instantly share code, notes, and snippets.

@Sunnyztj
Created January 16, 2014 04:36
Show Gist options
  • Save Sunnyztj/8449842 to your computer and use it in GitHub Desktop.
Save Sunnyztj/8449842 to your computer and use it in GitHub Desktop.
ios UITableView
1. get specify cell in UITableView:
UITableViewCell *cell = [self.messageTableView cellForRowAtIndexPath:indexPath];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment