I have designed a view with a toolbar that appears modally in Interface Builder. I have a UIBarButtonItem that is on the left hand side, which I would like to appear on the right hand side of the toolbar. How can I do this in IB, or via code?
This sounds like a better solution than mine!
bpapa
2010-03-22 15:58:49
Works like a charm! Great solution.
Sheehan Alam
2010-03-22 16:04:02
A:
If you can get away with this not being a UIBarButtonItem (for example, an info button), what I do is change the layer of the button to always be in front of the Toolbar. This way, when I drag the button over the toolbar in IB it doesn't automatically suck it in and over to the left side.
bpapa
2010-03-22 15:58:27