ImageDownloader Updates and Custom Content Types
Pre-release
Pre-release
All issues associated with this milestone can be found using this filter.
Added
- Ability to use a custom
ImageDownloader
perUIImageView
instance.- Added by Christian Noon in Pull Request
#31.
- Added by Christian Noon in Pull Request
- New
ImageDownloader
initializer accepting a customManager
instance using dependency injection.- Added by Christian Noon in Pull Request
#32.
- Added by Christian Noon in Pull Request
- Ability to add additional acceptable image content types for
Request
validation.- Added by Christian Noon in Pull Request
#33 to address Issues
#28 and
#29.
- Added by Christian Noon in Pull Request
Fixed
- Cancelled request completion closures are now called on the main queue.
- Fixed by Christian Noon.