Currently I am using a UITabBarController in my iPad application in the master view of a UISplitViewController. However, in my detail view, there is a UIToolbar, and the UITabBar looks out of place. Is there any alternative?

|
|
Hmm... are you talking about the top or the bottom tab bars in the detailed view? With the top I would consider removing the "edit" button in the master view.
If you find another way to offer that functionality (which I assume is multi-delete and rearrange), then the top bar might look as "one" unit. The bottom bar bothers me personally a bit more... I'm gonna ask the same question again - do you really need it? Will you just have one command there? What does "home" do anyway? Or is it just a place holder? |
|||||||
|
|
I generally agree with the other comments - I don't like the 2 edit buttons or the tab bar at the bottom. Having designed a similar UI recently, I ended up changing the tab bar for a toolbar and putting a segmented control inside it. |
|||
|
|
|
Tab Bars don't behave nice in a split view. But i've done the inverse with great success. A split view for each tab. You can see screenshots of my implementation at TexLege.com For me, the tab bar is the root, and the split views switch out to contain the primary features of the app... |
|||
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.