1.9.0 - What a Task
Add
- Download methods in
ImageDownloader
now returns a cancelable task. So you can cancel the downloading process when using downloader separately. - Add a cancelling method in image view extension for easier cancel operation.
- Mark some properties of downloading task as public.
Fix
- Cancelling of image downloading now triggers completion handler with
NSURLErrorCancelled
correctly now.