-
+ SDWebImageDownloader downloadImageWithURL:... properly use the weakself-strongself pattern # Conflicts: # .travis.yml # Examples/SDWebImage Demo.xcodeproj/project.pbxproj # README.md # SDWebImage.xcodeproj/project.pbxproj # SDWebImage/SDWebImageDownloader.m # SDWebImage/SDWebImageDownloaderOperation.h # SDWebImage/SDWebImageDownloaderOperation.m # SDWebImage/SDWebImageManager.m # Tests/Podfile # Tests/SDWebImage Tests.xcodeproj/project.pbxproj
-
… the library version to 3.8.0
-
…e samples to a dedicated file (HowToUse.md) to lighten up the Readme.
-
…s examples and include the diagram
-
…`loadImageWithURL:options:progress:completed:` as it makes more sense, since we check the cache first and download only if needed Conflicts: SDWebImage/UIImageView+WebCache.m
-
Minor grammar fix
-
Refs #993
-
Updates Podfile entry to v3.7
-
Adds support for iOS 8+ Framework and Carthage
-
fixed typo
-
Adds Instructions for Carthage installation
-
Signed-off-by: 庞博 <bopang@sohu-inc.com>
-
aync -> async
-
Picky spelling fix.
-
Using the Parse framework and SDWebImage frameworks installed via Cocoa Pods gives the same error as described in the Alternatively section of the Add Linker Flag section in this Readme. I found a solution here : http://www.deanmao.com/2012/12/31/linker-error-using-cocoapods/
-
Added alternate compiler flag for frameworks that extend optional libraries, like Parse and RestKit
-
Pull Request #606 resolves this issue in the code but not in the Documentation.