thiagoperes / IDMPhotoBrowser

Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

s.dependency 'SDWebImage', '4.0.0'

jokerping opened this issue · comments

When I used CocoaPod, my SDWebImage was downgraded,because you specified the version

I think pull request #267 solved that problem. This PR was merged into master on Mar 5 but no new version was released since that merge. You can either wait for the next release or use master branch in Podfile (using pod 'IDMPhotoBrowser', :git => 'https://github.com/thiagoperes/IDMPhotoBrowser.git', :branch => 'master').

@Matsepura fixed this issue back in November of 2017, 265bb65.

There have been a ton of improvements in SDWebImage since 4.0 so I consider this a critical release. On 4.0, my app was using 150-200 MB of memory. After updating to SDWebImage 4.4.6, memory dropped to 75 MB.

Who has permissions to tag a new release?

@thiagoperes, can you tag a new release that includes this fix?