SDWebImage / SDWebImageSVGCoder

A SVG coder plugin for SDWebImage, using Apple's built-in framework
MIT License
103 stars 34 forks source link

iOS 12 and below support!! #23

Closed nikunjgabani closed 2 years ago

nikunjgabani commented 4 years ago

Does this coder supports iOS 12 and below?

dreampiggy commented 4 years ago

Currently not. This framework relay on the internal framework introduced in iOS 13+.

If you really need iOS 12 support, try to use third-party open source implementation:

dreampiggy commented 2 years ago

Please have a try with the new Adobe-SVG-Native based coder implementation:

https://github.com/SDWebImage/SDWebImageSVGNativeCoder

Feedback are welcomed