ChrisM
ChrisM

Reputation: 329

How can I add a toolbar to the top of my iPhone app's screen without it looking like it's upside-down?

when i add a toolbar in IB to the top of the screen, the toolbar style is upside down (border at the top of toolbar and no border at the bottom).

is there any way of changing the toolbar so it looks normal and the border is at the bottom? I cant seem to find a way of doing it in IB, am i going to have to code it?

Upvotes: 1

Views: 809

Answers (1)

Abizern
Abizern

Reputation: 150745

You're breaking the Human Interface Guidelines if you try and put it at the top.

On iPhone, a toolbar always appears at the bottom edge of a screen or view, but on iPad it can instead appear at the top edge.

So the toolbar always looks like that on iPhone. Breaking the HIG in this way is likely to get your app rejected from the app store.

Upvotes: 1

Related Questions