UIToolbar 如何调整里面的按钮位置
Posted ⬆️小马哥⬆️
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了UIToolbar 如何调整里面的按钮位置相关的知识,希望对你有一定的参考价值。
可以在Bar Button Item后面填个Fixed Space Bar Button Item 或者Flexible Space Bar Button Item,然后再在后面加上下一个Bar Button Item
Fixed Space Bar Button Item 可以你去定义它要多宽
Flexible Space Bar Button Item 可以视图自己调整位置
以上是关于UIToolbar 如何调整里面的按钮位置的主要内容,如果未能解决你的问题,请参考以下文章
以编程方式在 UINavigationBar 下方的 UIToolbar 中添加 UISegmentedControl
在 UIToolBar 中调整 UISegmentedControl 的大小,并针对不同的屏幕尺寸进行约束