Is there any way to disable the page swiping gesture. So the user will only be able to move the pages by clicking the tabs in the tab strip.
self.containerView.isScrollEnabled = false
put this line in viewDidLoad() block in your base class file
It would be nice to have this documented in the README
Most helpful comment
self.containerView.isScrollEnabled = falseput this line in viewDidLoad() block in your base class file