-
Thanks to @Xenofex for his idea and implementation example
-
Added missing newline at end of file to fix a compilation error
-
…re stricter [-Werror,-pedantic,-Wnewline-eof].
-
UIButton+WebCache: set the cached image in the UIControlStateSelected and UIControlStateHighlighted states
-
Update static library instruction to be more comprehensive.
-
Updated README to match the header location changes from #101
-
Fix warning: "performSelector may cause a leak because its selector is unknown."
-
Updated the project to use RestKit style ../../Headers/$(TARGET_NAME) Headers path
-
…th to avoid issues in Archive builds
-
This is required that the UIViewContentModeScaleAspectFit contentMode works correctly for UIButton.
-
Fix for SDWebImageManger block issue (84)
-
…o dictionary. This avoids holding success and failure block in manager object which is used as a singleton by the UIImageView and UIButton additions classes, thus repeatedly calling the same block multiple times when making multiple requests.
-
@2x retina support is broken when images pass through UIImage (ForceDecode) addition
-
SDWebImageDownloader adds excessive observers when SDNetworkActivityIndicator is used
-
…sary and seems to result in an imbalance in SDNetworkActivityIndicator between startActivity and stopActivity calls (which leads to the indicator not showing when it should during any initial app activity). This fix is possibly not ideal, but it does the trick.