Xlpagertabstrip: disable change of tab when swipe on view controller

Created on 16 Jan 2017  路  1Comment  路  Source: xmartlabs/XLPagerTabStrip

I have an element in my view that works on sliding, when doing that the view will slide to the next one...how can i disable swiping on the view

help wanted question

Most helpful comment

containerView.scrollEnabled = false whenever you reach the disabled tab.

>All comments

containerView.scrollEnabled = false whenever you reach the disabled tab.

Was this page helpful?
0 / 5 - 0 ratings