1.2.0
Change Log
Added
Drop
now conforms toExpressibleByStringLiteral
to allow more natural code like:
Drops.show("Message")
- New
Drop.Accessibility
struct to customize VoiceOver message for a drop Drop.Duration
now conforms toExpressibleByFloatLiteral
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.