Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

shilpa

macrumors member
Original poster
May 29, 2008
33
0
Hi all,
in my app i am using toolbarcontroller,i have added around 10 items to toolbar.But only first four of them are visible.how to make rest all to be visible.
 

Sbrocket

macrumors 65816
Jun 3, 2007
1,250
0
/dev/null
...

There is no such thing a UIToolBarController in the SDK. If you're using the 1.1.4 toolchain, you'll be hard pressed to find help with that here.

Perhaps you mean UITabBarController? Its been renamed for a long time now, so you may want to update your SDK to Beta 7 if you haven't already.

If it is a UITabBar, then I can't imagine it would look very clean with 10 items in it, though it definitely supports more than 4.
 

vavdiyaharesh

macrumors newbie
May 15, 2008
24
0
is it possible to display all the items at top side in TabBarController

Hi,
I have used segmentedController for our application in which we have to provide three button in a one row like segmented control and these three button and whenever i clicked on first segment this is open different view but all the segment must display on this view

i have attached three rough image that can display what thing i want to develop.

Please give me idea.

I have got click event on three segment but now how can i handle event on this three segment.

Is this done by segmentedController or can be possible by using TabView controller?

Thanks.
 

aatif

macrumors newbie
May 26, 2008
10
0
more than 4 items on a tabBar

Shilpa,

I am working on beta 7 SDK, I added more than 4 items to the tabBar, first 4 are being shown on the tabBar while other are being shown when you click on the 'more' item of the tabBar.
You will see after consulting the documentation that the 'more' item shows the remaining items as cells of a table and a navigation bar at the top.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.