PhamBaTho / BTNavigationDropdownMenu

The elegant yet functional dropdown menu, written in Swift, appears underneath the navigation bar to display a list of defined items when a user clicks on the navigation title.
MIT License
2.69k stars 411 forks source link

cannot select an item during the open animation #114

Open smart-fun opened 7 years ago

smart-fun commented 7 years ago

The opening animation takes time (like 2 seconds), and this is not possible to select anything during this time. It can be frustrating when the animation is almost finished (the animation seems finished) but the selection does not work.

giofid commented 7 years ago

As suggested by @mishamoe in #84 you have to change animation options to allowUserInteraction in showMenu() method to solve the problem.