Skip to content

1.2.0

Compare
Choose a tag to compare
@omaralbeik omaralbeik released this 14 May 12:14
· 17 commits to main since this release
fb3d029

Change Log

Added

  • Drop now conforms to ExpressibleByStringLiteral to allow more natural code like:
Drops.show("Message")
  • New Drop.Accessibility struct to customize VoiceOver message for a drop
  • Drop.Duration now conforms to ExpressibleByFloatLiteral to allow more natural code like:
let drop = Drop(title: "Title", subtitle: "Subtitle", duration: 5.0)

Changed

  • Label colors now change to darker colors when "Increase Contrast" is turned on in System's settings.