views:

194

answers:

1

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?

+2  A: 

The UISegmentedControl with just one segment and segmentedControlStyle set to UISegmentedControlStyleBar might help you.

Nikolai Ruhe
Close enough for a demo :)Thanks!
Andrew Johnson