Guest User

Untitled

a guest
Jun 18th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. // My custom class has a specific property for each subview in this cell. For example, 'thumb' is a UIImageView subclass to layout left image in each cell
  2. cell.thumb.image = thumbdownloader.propertydata.thumb;
  3. [cell.thumb setNeedsDisplay];
  4. [cell.thumb setNeedsLayout];
  5. [self.table_view reloadRowsAtIndexPaths:[[NSArray alloc] initWithObjects:indexPath,nil] withRowAnimation:UITableViewRowAnimationFade];
Advertisement
Add Comment
Please, Sign In to add comment