Skip to content
This repository has been archived by the owner on Apr 26, 2018. It is now read-only.

Upwards dropdown menu

Latest
Compare
Choose a tag to compare
@kirkbyo kirkbyo released this 23 Jan 03:35
· 13 commits to master since this release

The dropdown menu can now be set to be displayed on top of or under a button. Here's an example

// Set up dropdown
dropper.showWithAnimation(0.15, options: .Center, position: .Top, button: dropdown)

PS: This will not break your old code, because by default the dropdown is displayed by under the button.