UIToolbar 在屏幕顶部时无法正确旋转

发布于 2024-12-01 20:59:14 字数 188 浏览 1 评论 0原文

当我的 UIToolbar 放置在屏幕顶部时,它无法正确旋转。旋转时,它会旋转出屏幕。然而,当我将它放在屏幕底部时,它工作得很好。还有其他人有解决这个问题的方法吗?我为此烦恼的唯一原因是因为我正在制作一个网络浏览器,并且地址栏通常位于屏幕顶部,但 UINavigationBar 中仅限于两个对象(后退按钮、文本字段、转发、刷新等)。有什么想法吗?感谢您的帮助!

My UIToolbar doesn't rotate correctly when it's placed at the top of the screen. When rotated, it rotates out of the screen. However, when I place it at the bottom of the screen, it works fine. Does anyone else have a solution to this problem? The only reason I'm bothering with this is because I'm making a web browser and usually the address bar is at the top of the screen, but you're limited to only two objects in a UINavigationBar (back button, text field, forward, refresh, etc). Any ideas? Thanks for your help!

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

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

发布评论

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

评论(1

唱一曲作罢 2024-12-08 20:59:14

谁说 UINavigationBar 中只能使用两个对象?您可以设置 leftBarButtonItem &任何自定义视图的 rightBarButtonItem 属性。如果您需要更多按钮,您可以创建一个带有 UIToolbar 的 UIBarButtonItem 作为自定义视图,并根据需要向 UIToolbar 添加任意数量的按钮。

Who says you are limited to only two objects in the UINavigationBar? You can set the leftBarButtonItem & rightBarButtonItem properties to any custom view. If you need more buttons, you can create a UIBarButtonItem with a UIToolbar as a custom view, and add as many buttons to the UIToolbar as you want.

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