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:
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!

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!