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

Releases: morizotter/SwiftyDrop

3.0.0: Swift 3.0

02 Jul 12:52
Compare
Choose a tag to compare
3.0.0: Swift 3.0 Pre-release
Pre-release

Swift 3.0

This is swift 3.0 experimental version.

2.4.1

11 Feb 12:32
Compare
Choose a tag to compare

Change deployment target to iOS8.0.

2.4.0: Actionable drops

11 Feb 10:30
Compare
Choose a tag to compare

Now SwiftyDrop can respond to user actions!

Example:

Drop.down("Message") {
    print("Action fired!")
}

Thanks to @nickcharlton

2.3.0: Time ruler

15 Dec 16:05
Compare
Choose a tag to compare

Add duration argument. Now, you can control dropdown's duration.

2.2.0: As you like

05 Dec 09:41
Compare
Choose a tag to compare

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;)

2.1.0: A riot of color

03 Dec 16:56
Compare
Choose a tag to compare
  • Add Custom State: You can now choose background colors you like.

2.0.0 for Swift 2.0

18 Oct 10:11
Compare
Choose a tag to compare

Swift 2.0 compatible from this version.

1.0.8

13 Sep 15:06
Compare
Choose a tag to compare

Deployment target to 8.0

1.0.7

19 Aug 14:10
Compare
Choose a tag to compare

bug fix

  • Release notification appropriately.

1.0.6

01 Aug 07:57
Compare
Choose a tag to compare

bug fix

  • Release remove observer in deinit.