SDWebImage / SDWebImageSVGCoder

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

App crashed while downloading SVG Image inside UITableView #41

Closed MalikMurtaza92 closed 1 year ago

MalikMurtaza92 commented 1 year ago

I have url of providers(Banks) which has image url when I try to download this url while scrolling TableView my app got crashed and give this error Thread 1: EXC_BAD_ACCESS (code=1, address=0x241ac62464e0) Here is the url https://identity.moneyhub.co.uk/bank-icons/virgin

also I found many provider has url but not image maybe sd_image function set null value for that providers.

MalikMurtaza92 commented 1 year ago

and this URL provide total transparent image https://identity.moneyhub.co.uk/bank-icons/accord

MalikMurtaza92 commented 1 year ago

is anyone working in this issue?

MalikMurtaza92 commented 1 year ago

???