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
160 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
196 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 ...