Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

2.2.0: As you like

Compare
Choose a tag to compare
@morizotter morizotter released this 05 Dec 09:41
· 61 commits to master since this release

Now you can customize style as you like making type comforming to DropStatable protocol.

Breaking Changes

  • Remove DropBlur enum. Now you can use blur effect with DropState.Blur(UIBlurEffectStyle)
  • DropState.Custom(UIColor) renamed to DropState.Color(UIColor)

Improvement

  • Default font style changed from UIFont.preferredFontForTextStyle(UIFontTextStyleHeadline) to UIFont.systemFontOfSize(17.0). Your dropdown design becomes stable.
  • Add DropState.Blur(UIBlurEffectStyle).
  • Clean up codes;)