I can't get image from PFFile
问题 Parse.com just updated their SDKs to support local storage. But after installing new SDKs I have occurred some problems with PFFile. I have used the same method for a long time, but now that I'm using the new SDK I can't get it to work. Here's my code: .h file @property (strong, nonatomic) IBOutlet PFFile *iconPhoto; .m file cell.iconPhoto.image = [UIImage imageNamed:@"placeholder.png"]; // placeholder image cell.iconPhoto.file = (PFFile *)object[@"icon"]; // remote image [cell.iconPhoto