How to do a vertical segmented control?

I use an icons-only UISegmentedControl in the toolbar. For iPhone Duo, I’d like to place this segmented control in a vertical layout in the righthand control area.

How can I achieve that?

Thank you for your question.

Unfortunately, a segmented control is not a good candidate for a custom toolbar item for the vertical bar.

The right candidates are toolbar items that contain a glyph, and are able to flow into an overflow menu.

Can we replicate the segmented control behavior (only one selected, all three icons always visible)? There are 2 more, independent toolbar items.

How to do a vertical segmented control?
 
 
Q