Or even, is it posible to make the UIToolbar invisible?
How can I achieve the effect of showing a standard UIBarButtonItem, without showing a UIToolBar?
Or even, is it posible to make the UIToolbar invisible?
How can I achieve the effect of showing a standard UIBarButtonItem, without showing a UIToolBar?
The UISegmentedControl with just one segment and segmentedControlStyle set to UISegmentedControlStyleBar  might help you.