I implemented a horizontal UIScrollView with few different sections for individual page and each sections are implemented as UITableView to be scrolled vertically.
How to increase the vertical movement tolerance of horizontal UISwipeGestureRecognizer to make the horizontal swiping easier? Currently the horizontal swipe has almost no vertical movement tolerance since vertical movement will be interpreted as scrolling the UITableView.
Thanks!