0

I'd like to know how to create UITabBarItem like those in Remote Satisfaction (Iphone app).

And, in your opinion, how works the upper menu navigation in this view (About, Topics, Products, People) is this a UiNavigationController?

alt text

Chris Hanson
  • 54,380
  • 8
  • 73
  • 102
MatterGoal
  • 16,038
  • 19
  • 109
  • 186

2 Answers2

1

You will have to be creative and come up with your custom UI. You can, however, look into 3rd party libraries, such as Three20, which would come closest to the "About, Topics, Products, People" tabs.

The table uses a custom cell.

WrightsCS
  • 50,551
  • 22
  • 134
  • 186
  • I prefer write my Custom UI :) Work with Three20 is not what i'm looking for. How you'd build the UITabbar ? – MatterGoal Dec 28 '10 at 18:29
  • Change the background color / tint of the Tabbar, see this SO question: http://stackoverflow.com/questions/571028/changing-tint-background-color-of-uitabbar – WrightsCS Dec 28 '10 at 19:04
  • This's not only a change of BG image and tint. Look at the Background of the single bar item when selected. It look like different from standard UITabBar (or i'm in wrong?) Thank you for your help WrigthsCS – MatterGoal Dec 28 '10 at 20:07
  • When you change the tint of the object, the buttons and sub items will follow that tint. – WrightsCS Dec 28 '10 at 20:13
  • The solution in your previous link override a Private Api ...this's not a good solution i think. – MatterGoal Jan 03 '11 at 10:09
0

I found answer for this question at this url : http://idevrecipes.com/

MatterGoal
  • 16,038
  • 19
  • 109
  • 186