0
votes
0answers
19 views

Navigation bar vs toolbar in iPad and related controls

I'm getting a bit confused with navigation bars and toolbars when migrating from iPhone to iPad, since toolbars in iPad seem to be moved to the top, as described in iOS Human Interface Guidelines, so ...
3
votes
2answers
63 views

Navigating a multi-part article in ios?

In my application I've got some multi-part articles, about test-driving a car. The articles are split into multiple section. I'm using this control to navigate between the sections (note: it's not ...
-1
votes
2answers
165 views

Modal vs non-modal views in iPhone

I've been reading and looking at different iOS apps to design the UI for mine, and it feels like sometimes the difference between using a modal view or a non-modal view is not entirely clear... for ...
1
vote
2answers
199 views

Placement of 'Cancel/Done/Home'-Button on iPhone modal view

I have a modal view in my iPhone app including a navigation bar with two buttons on the root view controller. A a button to dismiss the screen, also not sure which title to use calling it now the ...
5
votes
1answer
621 views

Back Button Color in iOS

Why exactly is it that I'm not finding very many examples of a Back button being different color from the app background? Is there somekind of a rule in place? I proposed using a black Back button ...