UINavigationItem - 删除了“提示”,但仍然出现提示的额外空间

发布于 2024-11-17 17:35:56 字数 295 浏览 7 评论 0原文

因此,我有一个 UINavigationItem,其值为“提示”属性(它显示栏顶部的较小文本)。

我觉得我不喜欢这段文字,所以我把它删除了。

但额外的空间仍然存在。

显然我可以重新创建这个视图...但我想知道是否有人以前见过这个,以及是否有一个简单的修复(类似于在 SQL Management Studio 中按 ctrl-0 插入 null 而不是空字符串) 。

UINavigationItem 空间太大

So, I had a UINavigationItem with a value for the "prompt" property (which shows the smaller text along the top of the bar).

I decided I didn't like the text, so I removed it.

But the extra space remains.

Obviously I can just recreate this view... but I was wondering if anyone has seen this before, and if there is a simple fix (something akin to pressing ctrl-0 in SQL Management Studio to insert a null instead of an empty string).

UINavigationItem with too much space

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

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

发布评论

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

评论(1

花开柳相依 2024-11-24 17:35:56

对于任何感兴趣的人,我只需右键单击 .xib,然后选择“打开为”> “源代码”

然后我删除了这一行:

<string key="IBUIPrompt"/>

问题解决了。

For anyone interested, I just right-clicked on the .xib, and choose "Open As" > "Source Code"

Then I removed this line:

<string key="IBUIPrompt"/>

Problem solved.

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