FlyImage
FlyImage copied to clipboard
Download, cache, render small images with UIImageView category
_Originally posted by @jinPeng90 in https://github.com/northwind/FlyImage/issues/20#issuecomment-373580298_
*** Terminating app due to uncaught exception 'NSGenericException', reason: '*** Collection was mutated while being enumerated.' *** First throw call stack: (0x1854f6364 0x18473c528 0x1854f59f0 0x1009a39a8 0x1009a3b64 0x185dfd4c4 0x185ecf894 0x101a4528c 0x101a52678...
Trapped uncaught exception 'NSGenericException', reason: '*** Collection was mutated while being enumerated.' ( 0x00000001896721d8 + 148 0x00000001880ac55c objc_exception_throw + 56 0x0000000189671c08 + 0 0x000000010029c98c -[FlyImageRetrieveOperation 0x000000010029cb48 -[FlyImageRetrieveOperation main] )
支持gif图片吗
if (contentType == ImageContentTypeUnknown || contentType == ImageContentTypeGif || contentType == ImageContentTypeTiff) { return nil; } 如题,请大神指导一下。