I have a view controller which extends ButtonBarPagerTabStripViewController and there are 9 tabs to be displayed in the ButtonBarView. I'm wondering if it's possible to disable the horizontal scrolling and make it into 3 tabs per row with 3 rows in total being shown.
I've looked into its documentation and source codes on GitHub and tag on StackOverflow but couldn't find any solutions to it.
Any help is much appreciated. Thanks in advance!