mwaterfall / MWPhotoBrowser

A simple iOS photo and video browser with grid view, captions and selections.
MIT License
8.75k stars 2.71k forks source link

SDWebImage pod in the project is still using URLConnection. #602

Open REWNing opened 7 years ago

REWNing commented 7 years ago

Hi there,

The library: SDWebImage used in this project is still using URLConnection. Do you think this project will be updated to the latest version of SDWebimage soon? My project is using your photoBrowser, and I'm updating it now to get rid of the deprecated warnings.

Thanks Ning

ChekistNSK commented 7 years ago

same here... looks like author need donate to continue update this project

EvoIos commented 7 years ago

You need fork this project and update the third library dependecy:

or, you can use my fork. I have done these thing. Add bottom to your Podfile:

pod 'MWPhotoBrowser', :git => 'https://github.com/EvoIos/MWPhotoBrowser.git', :commit => 'de697e101195557ddca85661ebb266fd3f10776c'