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

2.4.0: Actionable drops

Compare
Choose a tag to compare
@morizotter morizotter released this 11 Feb 10:30
· 48 commits to master since this release

Now SwiftyDrop can respond to user actions!

Example:

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

Thanks to @nickcharlton