Skip to content

Releases: lamprosg/LazyImage

7.0.1

10 May 12:31
Compare
Choose a tag to compare

Swift 5 update

6.8.0

15 Feb 13:09
Compare
Choose a tag to compare

Now you can set a specific cache size for saving images in the cache. This will cause images to be resized to a ratio tailored to your view size for faster loading and display.

Added prefetch image feature. You can prefetch an image and save it before displaying it.

6.7.3

11 Jan 13:18
Compare
Choose a tag to compare

Added request cancelation option

6.7.2

02 Jan 09:54
Compare
Choose a tag to compare
Pod version update

Pod version update

6.7.1

01 Dec 11:42
Compare
Choose a tag to compare

LazyImageView access updated.

6.7.0

01 Dec 11:31
Compare
Choose a tag to compare

Added LazyImageView.
You can now fetch an image from the network by simply setting the imageURL property to LazyImageView.

6.6.1

23 Nov 09:24
Compare
Choose a tag to compare

Resizing image also happens in the background thread.
Code formatting update.

6.6.0

30 Oct 15:43
Compare
Choose a tag to compare

Swift 4.2 upgrade.

6.5.2

18 Oct 18:52
Compare
Choose a tag to compare

Memory optimisation when image data are loaded to an image view.

6.5.1

05 Jun 18:33
Compare
Choose a tag to compare

Deployment target is now 8.0