Azuritul / AZDropdownMenu

A simple dropdown menu component for iPhone
http://azuritul.github.io/AZDropdownMenu
MIT License
193 stars 50 forks source link

Scroll when so many item menu. #20

Closed quocvietktc closed 8 years ago

quocvietktc commented 8 years ago

I have 30 menu item. But can't scroll. So have some menu item don't show in view. Can you make it scroll? Plz

michalbielawski commented 8 years ago

Quick fix: In AZDropdownMenu class in initMenu() func don't add UIPanGestureRecognizer to menuView

quocvietktc commented 8 years ago

Thank you. But need del menuView.scrollEnabled = false. I got it.