LRImageManager
LRImageManager copied to clipboard
Objective-C simple image manager with memory and disk cache support
Leaving it as weak, provokes XCode to complain: `[REMOVED/LRImageManager/LRImageOperation.m:111:24: Assigning retained object to weak variable; object will be released after assignment` If weak, then there is no sense in keeping...
I just cloned master and got the following warning: `[REMOVED]/LRImageManager/LRImageManager.h:72:1: Multiple declarations of method 'imageFromURL:size:cacheStorageOptions:postProcessingBlock:completionHandler:' found and ignored`
@luisrecuenco Hi! How to limit maximum cache memory?I look at the inside as if does not implement this feature Jack
@luisrecuenco Hello, Thanks for the great source, it works like a charm. however i have a litte problem : How to create a UIButton category, support download network images? This...