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

Updated SDWebImage to version 3.6.0 #235

Open kjanusz opened 10 years ago

tasomaniac commented 10 years ago

Please update SDWebImage to 3.6.0 I use cocoapods and I cannot update SDWebImage to 3.6.0 myself because this library is using 3.5.4

fmaylinch commented 10 years ago

This issue is a bit worse. MWPhotoBrowser uses 'SDWebImage', '~> 3.5.4'. But after a pod install SDWebImage is updated to 3.6. And then MWPhoto has a problem at line 155, that should be this way:

progress:^(NSInteger receivedSize, NSInteger expectedSize) {
tasomaniac commented 10 years ago

I am still using version 3.5.4 of SDWebImage, you can force cocoapods to use 3.5.4 using 'SDWebImage', '3.5.4'

fmaylinch commented 10 years ago

Thanks tasomaniac.

I suppose the author of MWPhotoBrowser should update SDWebImage to 3.6 or specify a forced 3.5.4 in the podspec.