Reputation: 340
how to start background image downloading from where its stopped before connection lost in iOS? Can someone please help?
Thanks in Advance.
Upvotes: 0
Views: 103
Reputation: 141
Yes, You can resume downloading the image from the same point where it was stopped and can save it locally in background cache. You can use either one of the libraries mentioned below SDWebImage, TCBlobDownload Hope this answers your question.
Upvotes: 2