/ Published in: Objective C
Expand |
Embed | Plain Text
UITableViewCell *cell = (UITableViewCell *)[(UITableView *)self.view cellForRowAtIndexPath:indexPath];
You need to login to post a comment.
UITableViewCell *cell = (UITableViewCell *)[(UITableView *)self.view cellForRowAtIndexPath:indexPath];
You need to login to post a comment.