Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Making the tab bar scrollable in iphone?

Tags:

ios

iphone

ipad

I have an Iphone application in which I had 10 tab items in the tab bar.

I don't want to add the more button behaviour of the tab bar here.

Instead of that I need to make my tab bar as scrollable.

Can anybody had the idea or links to illustrate this?

Can anybody guide me in the right direction?

like image 634
hacker Avatar asked May 29 '13 09:05

hacker


People also ask

How do you make a tab bar scrollable?

If you set the tab bar's width and the scroll view's contentSize appropriately, the tab bar will be scrollable. You will probably want to turn off bouncing and scroll indicators.


1 Answers

But You can not use the UITabbar. You need to create custom UITabbar that behave the same.

Here are links of some projects will help you more.

  1. Infinte Tab Bar
  2. Scrollable Tab Bar
like image 104
Buntylm Avatar answered Oct 02 '22 14:10

Buntylm