yannickl / FlowingMenu

Interactive view transition to display menus with flowing and bouncing effects in Swift
MIT License
974 stars 111 forks source link

Did not call didSelectRowAtIndexPath delegate #9

Closed khushbooPS closed 7 years ago

khushbooPS commented 8 years ago

Hi Yannick, Did not call didSelectRowAtIndexPath delegate in MenuController class. I used:

tapGesture.cancelsTouchesInView= false

But I did not get success. What i do? Please help me sir.

Khushi.

kaich commented 8 years ago

TapGesture prevent didSelectRowAtIndexPath . I do it as below: 100th line In FlowingMenuTransitionManager addTapGesture(otherView) change to addTapGesture(ov) Hope it help you!

antonioreyna commented 7 years ago

Would be great to change that in the master branch :D please do. thanks!

yannickl commented 7 years ago

It should be fixed now!