0
votes
1answer
102 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 ...
2
votes
3answers
225 views

'X'-close button on iPhone

The default way of dismissing views in iOS is with Cancel or Done. However in this view I think Cancel uses to much space, which is better given to the search bar. What is your opinion? Is using X ...
1
vote
3answers
124 views

How to request that two out of three fields need to be populated in a mobile search app

I am developing a new iOS app and I need to let the user commit a search where three fields are shown. a group name (development, marketing etc.) member name project name the search should be ...
4
votes
3answers
1k views

Pull-to-refresh and search bar

I have an iOS app that uses tables views. It also implements a pull-to-refresh model, which works very nicely. I now want to add the option to search that table view. Normally, I would just hide the ...
4
votes
4answers
2k views

Designing an Advanced Search Control for iOS?

I'm working on iOS app and part of what I'm making is an advanced search interface. The default iOS search components allow for text entry and for a "scope bar". That is, a bar which allows you to ...