Created
June 8, 2012 05:23
-
-
Save mluton/2893755 to your computer and use it in GitHub Desktop.
Get a reference to a UITableViewCell given a UITableView and NSIndexPath
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| UITableViewCell *cell = [self tableView:tableView cellForRowAtIndexPath:indexPath] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment