Tagged Questions
1
vote
1answer
88 views
iOS and UITableViewCell: best practices when requesting user input as a form
Firstly, I'd like to make a general question regarding table view cells' customization: are there any restrictions about the controls they can cointain, and/or its number? I read in iOS HIG iOS Human ...
2
votes
4answers
203 views
What is the best way to indicate that text in a text input field is editable?
Imagine an app like yelp. In this case, you select the amount of stars that you want to rate something. When you do, a pre-generated text is displayed in the text input field. You can either keep this ...
0
votes
3answers
127 views
Remove or keep Clear control in mandatory input-field? (iPhone)
I've had a little discussion with one of my co-workers regarding how to handle the Clear all -button in a mandatory input-field on the iPhone. The field holds the account email address and is present ...
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 ...