Skip to content

Releases: Sharkesm/MVDownloader

0.1.2

22 Jul 11:20
Compare
Choose a tag to compare
  • Fix issue of failing to update library API methods
  • Fix pod specification file
  • Fix README.md file

0.1.1

03 Jul 09:52
Compare
Choose a tag to compare
  • Fix README.md file

0.1.0

02 Jul 13:52
Compare
Choose a tag to compare
  • Asynchronous image downloading and caching.
  • Supports parallel remote requests and caches URL responses
  • Cancelable downloading and re-using resume data from previous requests
  • Fetching of images from the cache to improve performance and experience
  • Built-in transition animation when setting images
  • Supports image placeholder support
  • Guarantee same URL request won't be fired several times
  • Custom cache control and configuration
  • Guarantee invalid URL won't be fired
  • Guarantee main thread won't be blocked
  • Extends UIImageView and exposes usable methods that support a quick way to download images
  • Multiple resources accessing the same resource will be backed up with the same response
  • Supports decoding of instances of a data type from JSON objects.