Skip to content

1.9.4

Compare
Choose a tag to compare
@LeoNatan LeoNatan released this 12 Mar 00:05
· 11 commits to master since this release
cf2b498
  • Added support for images with different aspect ratio than 1:1 (#61)

    • The .popupImage() API has been extended to include aspect ratio and content mode:

      .popupImage(Image("AppIconPopupBar"), aspectRatio: 2.0, contentMode: .fit)
    • By default, .fit content mode is used with a nil aspect ratio