Tagged Questions
0
votes
1answer
35 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 ...
2
votes
1answer
102 views
Three-dimensional matrix of tristate selections
I am building a configuration UI for a client's desktop application. This could be called metaconfiguration, i.e. it allows the client to determine which options are actually available in the eventual ...
1
vote
1answer
522 views
Multiple selection in an iOS picker view
The iOS SDK doesn't have a multiple selection picker view. However Safari's picker view allows multiple selection. Fortunately ALPickerView was created to allow multiple selection in a picker view. Is ...
2
votes
1answer
160 views
Alternative to a popup table
I need some advice please.
I currently have a screen and the plan is to completely redesign it. But first, to tell what is does.
It is a screen for managing orders, much lick a standard order form, ...
0
votes
3answers
293 views
A way to denote possibility of multiple selection in table view
I'm creating an OS X app and during it's setup (the very first launch) I need user to select a few entries from a list (a one-columned table). Usually on OS X user is able to select a single line from ...