Authored by Olivier Poitrey

Update TODO

@@ -4,6 +4,7 @@ Dailymotion Web Image @@ -4,6 +4,7 @@ Dailymotion Web Image
4 This library provides a drop-in remplacement for UIImageVIew with support for remote images coming from the web. 4 This library provides a drop-in remplacement for UIImageVIew with support for remote images coming from the web.
5 5
6 It provides: 6 It provides:
  7 +- Asynchronous image downloader
7 - Drop-in replacement to UIImageView 8 - Drop-in replacement to UIImageView
8 - Memory + disk image caching 9 - Memory + disk image caching
9 - Uses NSOperation to perform parallel downloads and caching 10 - Uses NSOperation to perform parallel downloads and caching
@@ -19,5 +20,5 @@ If in interface builder, an image was configured in the UIImageView, this image @@ -19,5 +20,5 @@ If in interface builder, an image was configured in the UIImageView, this image
19 Future Enhancements 20 Future Enhancements
20 ------------------- 21 -------------------
21 22
22 -- Allow setup of the queue size (current default setup is 8 parallel downloads and 2 parallel cache-ins)  
23 - Easy way to use it with default UITableView styles without requiring to create a custom UITableViewCell 23 - Easy way to use it with default UITableView styles without requiring to create a custom UITableViewCell
  24 +- LRU memory cache cleanup instead of reset on memory warning