MWPhotoBrowser icon indicating copy to clipboard operation
MWPhotoBrowser copied to clipboard

SDWebImage pod in the project is still using URLConnection.

Open REWNing opened this issue 7 years ago • 2 comments

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

REWNing avatar May 08 '17 17:05 REWNing

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

ChekistNSK avatar May 09 '17 01:05 ChekistNSK

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

  • MBProgressHUD
    • 0.9 -> 1.0.0
  • SDWebImage
    • 3.7 -> 4.0.0
  • DACircularProgress
    • 2.3 -> 2.3.1

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'

EvoIos avatar May 10 '17 07:05 EvoIos