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.
4
votes
4answers
176 views
Modal views vs popovers in iPad
I'm transitioning from an iPhone app to iPad, in the iPhone version I have a view hierarchy similar to this:
That is, an UITableView, while tapping on a cell the app navigates to another view with ...
1
vote
2answers
78 views
entering a list of data, best practices
I'm making a mobile app in which the user is asked to enter a list of data. There is a list of roads and the user has to specify how frequently he/she uses each of the roads in the list.
The main ...
-1
votes
2answers
203 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
114 views
How to handle “Facebook style” slide in / fly in / side navigation menu in iOS7?
With the recent announcement of iOS 7 a new system wide slide from left edge to right gesture to go back has been introduced. This appears to affect applications that use navigation controllers. When ...
0
votes
1answer
110 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 ...
6
votes
0answers
73 views
How do people react to voice commands in AI?
I couldn't find a similar question, please let me know if there is.
I'm looking for documentation on how people react to talking to an artifical intelligence system like, say, Siri (especially now ...
