YLGIFImage
YLGIFImage copied to clipboard
App crashes while reusing the YLImageView with different gif image inside the UICollectionViewCell.
App crashes while reusing the YLImageView with different gif image inside the UICollectionViewCell. Please find the crash log
2014-06-30 15:05:54.640 AppName[3184:60b] error: Error Domain=NSCocoaErrorDomain Code=3010 "remote notifications are not supported in the simulator" UserInfo=0xd7648f0 {NSLocalizedDescription=remote notifications are not supported in the simulator} 2014-06-30 15:06:07.428 AppName[3184:60b] -[NSNull _isResizable]: unrecognized selector sent to instance 0x4c5f068
App crashes at setImage method of YLImageView at 88 line([super setImage:image.images[0]];)
unrecognized selector sent to instance
I also encountered this problem .Do you have a solution to the
How to solve this