This repository has been archived by the owner on May 23, 2022. It is now read-only.
2.4.0: Actionable drops
Now SwiftyDrop can respond to user actions!
Example:
Drop.down("Message") {
print("Action fired!")
}
Thanks to @nickcharlton