Releases: JanGorman/MapleBacon
Releases · JanGorman/MapleBacon
5.4.1
Image Scaling
- Introduces a new
displayOptions
parameter that can be passed to thesetImage
extension onUIImageView
.scaled
: This will scale the image to the image view's frame before setting the image. This significantly cuts memory use. Because this is done asynchronously images are set a little bit slower than without the parameter. It's a tradeoff you need to consider.withTransition
: Instead of just setting the image, this will set the image with a.transitionCrossDissolve
animation- The two options work together nicely
Swift 5
5.2.1
Swift 4.2
5.1.8
5.1.7
5.1.6
5.1.5
Custom chaining
- Adds a custom operator
>>>
for chaining image transformers