3
votes
2answers
61 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
vote
1answer
59 views

Navigation bar and buttons considerations for iOS

I have some questions regarding navigation bars and their usage in iOS apps, both from the point of view of UX and Apple“s submission and human interface guidelines: 1) Since the iOS Human Interface ...
1
vote
1answer
97 views

Use of tab bar and navigation bar in iPhone app

I'm developing an app that provides information about companies. I would like to have tab bar buttons for "Favorites" view and "Search" view. I also need tools for actions, for example in the ...
-1
votes
2answers
151 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
1answer
116 views

iOS multi-step form and user input validation

I need to design a form that may consist of 3 or 4 steps, all of them requesting both mandatory and optional data. The overall form contains a lot of data inputs, so I thought it would be better to ...
5
votes
2answers
129 views

Is Tab Bar based iOS Design for feed driven apps a better UX?

Working on a feed driven iOS application and wondering peoples thoughts on Tab Bar driven iOS design for feed based apps. There is a large amount of evidence that supports the well integrated use of ...
4
votes
2answers
84 views

Is it necessary to use titles on the navigation bar of an iOS app, or could I get away with displaying the logo all the time?

Within my app there are several views accessible from a side navigation pull-out panel. Is it necessary to put the title in the navigation bar all the time?
3
votes
3answers
251 views

Can I change the bottom navigation bar in an iOS app?

I have an application with three tabs on the bottom, as shown, that each bring up their own view within the scope of the 'main' part of the app, BUT, if I want to have separate but similar lists ...
1
vote
2answers
187 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 ...
2
votes
2answers
239 views

In iOS, how to make “take photo” views feel more like the rest of the app?

The standard iOS "take a photo" view has its "navigation and action" bar at the bottom, unlike (almost) every other iOS view that has the navigation/action bar on top. I assume Apple broke ...
4
votes
2answers
167 views

How to solve/avoid “circular” navigation on an iOS app

Let's say I have an app that manages some items. An item can be "owned" by an user. I'll have these screens : List of items (A) Item detail page (B) User Detail page (C) I want to display ...
4
votes
2answers
317 views

disabling the zoom in functionality on an iPad due to fixed navigational elements

I have an iPad-specific website which has had the "zoom-in" feature disabled on it as I have horizontal and vertical fixed navigational elements that I do not want to go out of view. I would like to ...
1
vote
1answer
479 views

Navigation-back button and/or Cancel button in upper-left corner of iOS data entry screen?

I have an iOS screen that is usually used for data entry but is occasionally used to later view the data that's been entered. For data entry, it seems like the iOS convention (e.g. stock email app) ...
0
votes
1answer
219 views

What's the proper iOS UI for switching between 2 views?

There two different screens, Live and Leaderboard, and I need to switch between them. Is there any sort of iOS standard for handling the UI for that? Right now I've just got a button at the top ...
6
votes
3answers
169 views

Need help Displaying an Elimination Chart on a small display (iPhone/Android/etc..)

I'm building an Application for mobile device that needs to display an Elimination Bracket for a tournament (16, 8, 4, 2, 1) I haven't seen any application doing something similar and I'm "jammed" ...
4
votes
2answers
2k views

Alternative to the tab bar (in iPhone app)

I have a project that has 8 different areas, e.g, travel, weather, etc. The front page is going to have 8 different icons; they will navigate to each section. I will then need something like a tab bar ...
4
votes
5answers
2k views

Using a TabBar with slide out side menu?

I'm working on designing the layout for an iPhone app which will contain three tabs. I'm trying to eliminate the tab bar if possible, but I'm not sure what my alternatives are. I'm considering a ...
4
votes
4answers
3k views

Alternatives to More Tab Button in a UITabBar?

I am working on an iPad application that currently uses a UITabBar as the prevailing navigation element. The application has maxed out the number of buttons on the bar and is now forcing a More ...