Skip to content

1.9.0 - What a Task

Compare
Choose a tag to compare
@onevcat onevcat released this 30 Dec 15:40
· 2659 commits to master since this release

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.