UIToolBar 上的按钮居中
我需要将 B 项相对于工具栏居中。我在界面生成器中创建以下内容:
它工作正常,直到我动态插入其他项目:
如何保持 B 项的居中位置?一种想法是使用固定空格键按钮项目,但我不能,因为工具栏的长度也会变化(针对不同的方向)。
I need to center the B item with respect to the toolbar. I create the following in the interface builder:
It works fine until I dynamically insert additional items:
How can I maintain the centralized position of the B item? One idea was to use the Fixed Space Bar Button Items, but I couldn't, because the length of the toolbar changes as well (for different orientations).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
每次标签栏更改大小时都可以使用它:
You can use this every time the tab bar change the size: