MapleBacon v5.4.0 Release Notes

Release Date: 2019-05-08 // almost 5 years ago
    • Introduces a new displayOptions parameter that can be passed to the setImage extension on UIImageView
      • .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