XLPagerTabStrip
XLPagerTabStrip copied to clipboard
I want disable some tabs, is there the such option?
I want disable some tabs, is there the such option? So it will disable to select the tabs and disable scroll not to move to the disabled view. Please help me with this.
Hi,
You can disable all tab with this code, buttonBarView.isUserInteractionEnabled = false containerView.isScrollEnabled = false and then maybe you can move to which you want to show. But I didn't find any good way to do this.
Hi want this feature too