如何在屏幕顶部添加 UIToolbar?

发布于 2024-08-20 19:09:21 字数 62 浏览 7 评论 0原文

是否可以在屏幕顶部放置一个 UIToolbar?示例应用程序类似于“日历”,右侧有“+”,左侧有“日历”按钮。

Is it possible to have a UIToolbar on the top of the screen? The example application would be like "Calendar" where it has the "+" on the right, and then the "Calendars" button on the left.

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

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

发布评论

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

评论(2

风追烟花雨 2024-08-27 19:09:21

您可以将 UIToolbar 放置在任何地方。这只是一个 UI 视图。

You can put a UIToolbar anywhere. It's just a UI view.

陈年往事 2024-08-27 19:09:21

您通常会在屏幕顶部放置一个 UINavigationBarUIToolbars 通常放置在屏幕的底部

您可以在 UIViewControllerloadView 方法中以编程方式添加它,也可以在 XIB 资源文件中以图形方式添加它。

At the top of the screen you would typically put a UINavigationBar. UIToolbars are usually placed at the bottom of the screen.

You can add this either programatically in the loadView method of a UIViewController or graphically in the XIB resource file.

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