Skip to content

ImageDownloader Updates and Custom Content Types

Pre-release
Pre-release
Compare
Choose a tag to compare
@cnoon cnoon released this 15 Oct 04:02
· 331 commits to master since this release

All issues associated with this milestone can be found using this filter.

Added

  • Ability to use a custom ImageDownloader per UIImageView instance.
  • New ImageDownloader initializer accepting a custom Manager instance using dependency injection.
  • Ability to add additional acceptable image content types for Request validation.

Fixed

  • Cancelled request completion closures are now called on the main queue.