Guest User

Untitled

a guest
Jun 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     NSMutableString *imageKind = [itemAtIndex objectForKey:@"kind"];
  2.     [imageKind appendFormat:@".png"];
  3.    
  4.     UIImage *image = [UIImage imageNamed:imageKind];
  5.    
  6.     cell.imageView.image = image;
Add Comment
Please, Sign In to add comment