From 2177028001a0f22ea5ca91865a66c0ca709455a4 Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Mon, 21 Sep 2009 03:43:43 +0200 Subject: [PATCH] Update TODO --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cab25f0e..6a35cc1f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Dailymotion Web Image This library provides a drop-in remplacement for UIImageVIew with support for remote images coming from the web. It provides: +- Asynchronous image downloader - Drop-in replacement to UIImageView - Memory + disk image caching - 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 Future Enhancements ------------------- -- Allow setup of the queue size (current default setup is 8 parallel downloads and 2 parallel cache-ins) - Easy way to use it with default UITableView styles without requiring to create a custom UITableViewCell +- LRU memory cache cleanup instead of reset on memory warning