This repository has been archived by the owner on May 23, 2022. It is now read-only.
2.2.0: As you like
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 withDropState.Blur(UIBlurEffectStyle)
DropState.Custom(UIColor)
renamed toDropState.Color(UIColor)
Improvement
- Default font style changed from
UIFont.preferredFontForTextStyle(UIFontTextStyleHeadline)
toUIFont.systemFontOfSize(17.0)
. Your dropdown design becomes stable. - Add
DropState.Blur(UIBlurEffectStyle)
. - Clean up codes;)