iOS is a mobile phone and tablet operating system built by Apple, Inc. It is a light weight touch screen OS based on the Mac OS UNIX called Darwin.

learn more… | top users | synonyms

-1
votes
2answers
158 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 ...
2
votes
1answer
73 views

Porting iOS to Android

I'm not really a designer/UX expert, however I have been developing on Android for some time now and I always try to stick to the look and feel of the standard (ICS) look and feel (with some degree of ...
1
vote
1answer
112 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 ...
0
votes
1answer
39 views

Handling selection and navigation in the same table view cell in iOS

I've a list of items in a table view, each of which display a small image and a name, as well as a disclosure indicator to navigate to a view with the item's details: The behavior I want is to be ...
0
votes
1answer
101 views

Searching apps on smart phone home screen

I'm interested to know about the effectiveness of the search application on the iPhone home screen. For example, I have 4 screens of apps and it takes me a few seconds to find an application that I ...