I’ve downloaded an Download Manager from App Store and noticed that the app scrolls an UITabBar,like: When the user press a button the bar walks left and show other option to the user.Is that really possible and does Apple accept these type of customization in UITabBar?If it’s possible how can i do that,please provide some sample code or reference.
I’ve downloaded an Download Manager from App Store and noticed that the app scrolls
Share
Yes, possible. but not using usual
UITabbar. you have to create custom tabbar that behave the same. there are projects out there that you can use, save a lot of time of your work.infinitetabbar : A scrolling tab bar with space for infinite items
jsscrollabletabbar : JSScrollableTabBar is a simple, refined tab bar UI control that resembles the TabStrip found in the popular Three20 library but without any of the dependencies.