Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sliding UITabBarItems in UITabBarController

I have a UITabBarController as my rootController with 8 UITabBarItems. and I want to show just 4 UITabBarItems in my screen. By default all my other tab bar items appear in a small tabBarItem called "More" and you can select the other 4. But I have seen some apps that implement a sliding UITabBarItems with a slide icon instead of a "More" icon.

How can I show just 4 at a moment, and I slide the TabBarItems, and so that I can select the other tab bar items ?

~ Something like this ~

enter image description here

And then I can slide to the next 4 sets by dragging

enter image description here

It would be helpful if someone could point me in the right direction.

like image 805
Legolas Avatar asked Dec 20 '25 06:12

Legolas


1 Answers

There is a nifty little github project that could help you... check it out: https://github.com/iosdeveloper/InfiniTabBar

like image 154
kviksilver Avatar answered Dec 22 '25 19:12

kviksilver