iPhone 在工具栏上设置标题?

发布于 2025-01-03 16:56:13 字数 67 浏览 1 评论 0原文

我有常规工具栏,上面有四个按钮,现在我想为工具栏设置标题。问题是,与导航栏不同,工具栏没有标题属性。有办法做到这一点吗?

I have regular toolbar, with four buttons on it, and now i would like to set title to toolbar. Problem is, unlike navigation bar, toolbar doesn't have title property. Is there a way to make this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

幼儿园老大 2025-01-10 16:56:13

为此,添加一个 UIBarButtonItem,设置文本并将 UIBarButtonItemStyle 设置为 UIBarButtonItemStylePlain。或者您可以将 UILabel 直接拖放到工具栏

To do so add a UIBarButtonItem, set text and make UIBarButtonItemStyle as UIBarButtonItemStylePlain. Or You can drag and drop a UILabel directly to toolbar

软糖 2025-01-10 16:56:13

您需要直接从 IB 或代码中添加 UILabel。由于 UIToolBar 用于包含控件,因此它不包含标题等属性。

You need to add UILabel either directly from IB or in code. Since UIToolBar is meant for containing controls it does not contains properties like title.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文