You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: