Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. CustomTableViewCell *cell = (CustomTableViewCell *)[self.notesTableView dequeueReusableCellWithIdentifier:CellIdentifier forIndexPath:indexPath];
  2.  
  3. cell.doneImage.image = firstNeededImage;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement