Can I center a UIToolbar item?

后端 未结 4 1289
遥遥无期
遥遥无期 2021-02-13 21:57

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 labe

4条回答
  •  野的像风
    2021-02-13 22:13

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

提交回复
热议问题