ibireme / YYImage

Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.
MIT License
1.77k stars 482 forks source link

How to create YYImage with image in submodule? #128

Open jayarajm opened 5 years ago

jayarajm commented 5 years ago

I am using YYImage in submodule. I can't use YYImage(named: ) to get submodule image. Always it taken as nil. There is no option for give bundle to get Image.

Anybody have solution for this?