kitasuke / PagingMenuController

Paging view controller with customizable menu in Swift
MIT License
2.5k stars 449 forks source link

Touches are delayed in subviews #338

Open MahmoudTarek opened 7 years ago

MahmoudTarek commented 7 years ago

Hello, I'm using the library from Storyboard, adding container view referencing to PagingMenuController class and it's working fine. The only problem is in child view controllers, content touches (on buttons) are delayed. How to fix that? Thanks in advance.