Tagged Questions
0
votes
1answer
47 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 ...
4
votes
2answers
86 views
Unintentional link clicks in table rows
The problem
In a desktop application, our users browse a lot of tables. Some cells contain links. Link texts look the same as other cells', except from when hovering, when they turn blue and ...
2
votes
2answers
153 views
Action inside a table vs. Specific screen for the action?
So.. My webapp is targeted for Human Resources departament.
The app has a screen that list Positions.
Now I'll have two new requisites in the application which are:
The user might be able to ...
2
votes
3answers
263 views
Displaying a large number of tables
We're designing a search feature which returns results from many different tables.
The user searches for something and the application returns all the tables answering the search query. The user ...
4
votes
3answers
216 views
Option for switching between a table or a list view necessary?
I have noticed that a lot of web sites that contains product category pages give the user an option to toggle between a list view and a table view of their products. Usually the only difference ...
4
votes
2answers
146 views
Show camera feature on iPhone when there is no camera?
In my iPhone app I have a root view with some options, one being a "Camera" option where you can take a photo to send to us. My question is should I either
A: Show it "grayed out"
or B: Not show it ...