如何将工具栏添加到 iPhone 应用程序屏幕的顶部,而不使其看起来像颠倒的?

发布于 2024-12-05 05:33:55 字数 123 浏览 0 评论 0原文

当我在IB中添加一个工具栏到屏幕顶部时,工具栏样式是颠倒的(工具栏顶部有边框,底部没有边框)。

有什么方法可以更改工具栏,使其看起来正常并且边框位于底部吗?我似乎找不到在 IB 中执行此操作的方法,我必须编写代码吗?

when i add a toolbar in IB to the top of the screen, the toolbar style is upside down (border at the top of toolbar and no border at the bottom).

is there any way of changing the toolbar so it looks normal and the border is at the bottom? I cant seem to find a way of doing it in IB, am i going to have to code it?

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

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

发布评论

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

评论(1

紫罗兰の梦幻 2024-12-12 05:33:55

您正在破坏 人机界面指南(如果您尝试将其放在顶部)。

在 iPhone 上,工具栏始终显示在屏幕或视图的底部边缘,但在 iPad 上,它可以显示在顶部边缘。

所以工具栏看起来总是像 iPhone 上的那样。以这种方式破坏 HIG 可能会导致您的应用程序被应用程序商店拒绝。

You're breaking the Human Interface Guidelines if you try and put it at the top.

On iPhone, a toolbar always appears at the bottom edge of a screen or view, but on iPad it can instead appear at the top edge.

So the toolbar always looks like that on iPhone. Breaking the HIG in this way is likely to get your app rejected from the app store.

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