RWDropdownMenu
RWDropdownMenu copied to clipboard
Stylish drop down menu for iOS.
Swift 3 has been released for a while now. I tried using the pod in Xcode 8, and my app crashed when I tried to show the dropdown menu. Error...
Can you make it so that when the title of a menu item is so long that it doesn't fit the screen, the title text will split into multiple lines?
The menu slides out with spring animation, right? I want to change the duration of this animation. Can you add such a parameter to the `presentFromViewController` method?
I often find myself tapping on one of the items before the animation even finishes. Obviously, that tap didn't work because the animation is still going on. I know a...
Update the repo please
The ability to put a separator into the menu would be helpful. Nice library btw, thank you!