I need Expert Advice on this implementation of UITabBarController
问题 I am currently in need of 8 TabBarItems , and I can show just 4 items in view. And I need to be able to scroll to the next 4 tabBarItems. In the default behavior of the UITabBar, you normally get a 'MORE' tabbaritem for more than 5 tab bar items. I want it to be the Scroll Button in place of the MORE button. So ~ ~If I press the scroll button (or the fifth) tabBarItem, it should display 4 more tab bar items with a back scroll button. These are my ways of doing this - - Implementing a Scroll