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
containerView.scrollEnabled = false whenever you reach the disabled tab.
containerView.scrollEnabled = false
Most helpful comment
containerView.scrollEnabled = falsewhenever you reach the disabled tab.