dzenbot/DZNPhotoPickerController

Update SDWebImage

Closed this issue · 6 comments

SDWebImage updated to 3.7.3 but UIActivityIndicator-for-SDWebImage requires specifically 3.7.0. Can you update the podspec please?

I have updated SDWebImage to ~> 3.7 in #88 https://github.com/dzenbot/DZNPhotoPickerController/blob/maintenance-and-fixes/DZNPhotoPickerController.podspec#L22
Will be merging soon, still need to fix a few things and improve iOS 9 support.

oh will that include 3.7.3?

It will include any 3.7 patch, yes.

Feel free to install that branch instead, if you want to test it. The library has improved greatly, but beware, it doesn't support iOS 7 anymore.

Seems to work fine on iOS 7. Are you sure?

I was working ok on iOS 7, but I upgraded it to use UISearchController instead and used many iOS8 only APIs. iOS 9 is going to be released real soon, doesn't make much sense to keep a 3 gen old OS around IMHO.