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?
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?
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.
I found answer for this question at this url : http://idevrecipes.com/