PDA

View Full Version : can I do this with a UISegmentedControl?




mapotofu
Jul 2, 2009, 10:55 PM
Hi, is it possible to allow multiple segments to be selected at once in a UISegmentedControl? I'm looking to implement something similar to the Yelp app's filter feature:

http://farm3.static.flickr.com/2422/3683587828_e32fd7bd73_o.jpg

Notice how I can select both "$$" and "$$$" at once for the price filter. I've looked through the class reference to no avail. Is Yelp not using the segmented control? I don't really need the control to tell me which segments are selected --- I can keep track of that --- I just need it to VISUALLY show the multiple selections. Any help is greatly appreciated, thanks!