I have used https://github.com/nrlnishan/ViewPager-Swift for Paging menu. I have added 3 viewcontrollers in it which all contains tableviews. But when I try to scroll in tableview the views are scrolling horizontally. I want to increase the resistance of the scrollview so that I can scroll the table at once.
If anyone knows some property of the scrollview or pageviewcontroller which helps me to stop scrolling horizontal while I am scrolling the tableview.
Thanks.