xmartlabs / XLPagerTabStrip

Android PagerTabStrip for iOS.
MIT License
6.97k stars 1.33k forks source link

How to prevent the horizontal swiping in XLPagerTabStrip. #504

Open mob-rockstar opened 6 years ago

mob-rockstar commented 6 years ago

I have implemented the XLPagerTabStrip to display 4 tabs. Each Tab has UITableView inside it. But now I can't swipe the tableview cell to delete because tab bar swiping is fired whenever I try to swipe the tableview cell. How can I solve this issue?

alexanderkhitev commented 6 years ago

I'm interested in solving this problem, because I have a similar situation.

mrezk commented 6 years ago

You can disable horizontal scrolling by setting:

containerView.isScrollEnabled = false

in your PagerTabStripViewController.