The segmented tag has no wiki summary.
1
vote
2answers
59 views
List data segmentation
The interaction is like this:
The user is trying to find an employee's name in a very long list sorted alphabetically. He/she only knows the employee's name starts with an "F". How to design the ...
2
votes
3answers
304 views
Is it acceptable/good UX to use ios Segmented Control as a radio control?
I'm an ios developer by profession and was told of by a UX Architect for suggesting the use of the ios Segmented Control as a group of radio buttons.
We have to present a mutually exclusive choice ...
1
vote
1answer
416 views
Pros/cons: segmented control (tab) in the nav bar on iPhone?
I am considering having a segmented control in the navigation bar in the iPhone app. Are there any known drawback of having it in the navigation bar vs. body? Perhaps, less space for other controls in ...