iphoneuilabeluibarbuttonitemuitoolbar

Can I center a UIToolbar item?


I am putting a label on a UIToolbar (per this tip: Adding a UILabel to a UIToolbar).

But the toolbar has a button on the left side, and so flexible spaces throw the label off the center, which is where I'd like it to be. Can I somehow center this toolbar item so that it remains centered in the toolbar?

(Already tried balancing the button with a dummy fixed space, no dice.)

Thanks!


Solution

  • Simplest way would be to put the label above the bar, in it's parent view, and justify it there.