iOSPullDownMenu
iOSPullDownMenu copied to clipboard
UIGesture conflict?
I'm already using a side-slide out menu (like Facebook and many other apps) in my app and think there's a UIGesture conflict that is not enabling your code. Any advice on how to fix?
Thanks again
Have you attached the listener on the navigation bar?
What component are you using for the side slide?
Bernard.
Thanks Bernard - I’m using the AMBlurMenu https://github.com/arturdev/AMBlurMenu, but was trying to connect on the view controller instead since I only want the iOSPullDownMenu on one of the views in my app.
Thanks again! -chris