Closed mattjennings closed 8 years ago
Excellent, thank you! We will add this in our next release today. I will leave this up until the fix is made, and then notify you and close this issue.
This is now fixed in 1.29.2, which will be out shortly. Thank you!
The tapGesture in SideNavigationController.swift cancels out the touch events in the side views. I've only encountered this with a UITableView that I had in the side view controller. didSelectRowAtIndexPath wasn't being called but once I set cancelsTouchesInView to "false" it all worked properly.
Fixed by adding
tap?.cancelsTouchesInView = false
to