SDWebImage/SDWebImage
robertmryan 8b0bd16f18 Only perform `NSLog` statements if `SD_VERBOSE` is defined 2013-11-08 23:03:41 -05:00
..
MKAnnotationView+WebCache.h First beta of SDWebImage 3.0 2012-11-04 10:09:10 +01:00
MKAnnotationView+WebCache.m Call handlers on the main thread synchronously to enhance responsivity (fix #462) 2013-08-07 21:07:59 -07:00
NSData+GIF.h Add prefix to GIF support category's methods 2013-04-29 12:47:37 +02:00
NSData+GIF.m Add prefix to GIF support category's methods 2013-04-29 12:47:37 +02:00
SDImageCache.h Added and exposed some methods that allow to check if an image exists on disk without taking it off disk and decompressing it first. Makes for a nice performance boost when checking if many files exist in the disk cache already 2013-09-12 11:58:43 -07:00
SDImageCache.m Fixed styling to match rs/SDWebImage repo 2013-09-12 13:45:11 -07:00
SDWebImageCompat.h Call handlers on the main thread synchronously to enhance responsivity (fix #462) 2013-08-07 21:07:59 -07:00
SDWebImageCompat.m Scale GIF images 2013-04-29 02:41:31 +02:00
SDWebImageDecoder.h First beta of SDWebImage 3.0 2012-11-04 10:09:10 +01:00
SDWebImageDecoder.m Refactor GIF support 2013-06-07 19:39:07 +02:00
SDWebImageDownloader.h Provide background option through the manager 2013-10-23 14:20:12 -04:00
SDWebImageDownloader.m The callbacksForURL: method of SDWebImageDownloader now returns a copied array. This should fix the crash in multithread environment such as: 2013-08-13 10:40:46 +02:00
SDWebImageDownloaderOperation.h Remove async calls from SDWebImageDownloader. The operation is already run in a background thread also the async calls are unnecessary. 2013-04-26 21:43:11 -06:00
SDWebImageDownloaderOperation.m Add option to continue download in background 2013-10-22 15:21:30 -07:00
SDWebImageManager.h Provide background option through the manager 2013-10-23 14:20:12 -04:00
SDWebImageManager.m Provide background option through the manager 2013-10-23 14:20:12 -04:00
SDWebImageOperation.h Fix source file headers 2012-11-05 18:21:19 +01:00
SDWebImagePrefetcher.h Add completion block support to `SDWebImagePrefetcher` (fix #127) 2013-02-17 02:43:46 +01:00
SDWebImagePrefetcher.m Only perform `NSLog` statements if `SD_VERBOSE` is defined 2013-11-08 23:03:41 -05:00
UIButton+WebCache.h Fix some document error. 2013-05-27 18:00:26 +08:00
UIButton+WebCache.m Call handlers on the main thread synchronously to enhance responsivity (fix #462) 2013-08-07 21:07:59 -07:00
UIImage+GIF.h Add prefix to GIF support category's methods 2013-04-29 12:47:37 +02:00
UIImage+GIF.m Refactor GIF support 2013-06-07 19:39:07 +02:00
UIImage+MultiFormat.h Refactor GIF support 2013-06-07 19:39:07 +02:00
UIImage+MultiFormat.m Import WebP category only when the macro is activated. 2013-06-16 18:04:28 +08:00
UIImage+WebP.h // Fix for issue #416 Undefined symbols for architecture armv7 since WebP introduction when deploying to device 2013-06-11 18:57:07 -05:00
UIImage+WebP.m Fix for issue #416 Undefined symbols for architecture armv7 since WebP introduction when deploying to device 2013-06-11 18:58:44 -05:00
UIImageView+WebCache.h added multiple download of images for animationImages property of UIImageView 2013-07-30 17:14:52 +02:00
UIImageView+WebCache.m Removed strong reference to UIImageView which was causing a crash in the nested block. 2013-09-30 17:02:32 -07:00