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 410 forks source link

two dropdows is possible ? #137

Open loginforvijay opened 6 years ago

loginforvijay commented 6 years ago

i want two dropdwowns.....by using two navigation bars ...i am adding ..but top most one working properly..but second one not working and not opens the drop down menu.......... please let me help any one.......i added code also in below link TwoDropdownmenus.zip

moetanahy commented 3 years ago

Hi,

I'm having the same problem. I have two different screens each with their own NavigationBar with BTNavigationDropdownMenu.

The first one works correctly and there are no issues there. However, when I add the the second dropdown in the navigation bar for the second screen, it seems to work until I open the first dropdown - then it just shows the arrows flipping but nothing opens.

Did you have any luck with solving this?

Moe