UINavigationItem - 删除了“提示”,但仍然出现提示的额外空间
因此,我有一个 UINavigationItem,其值为“提示”属性(它显示栏顶部的较小文本)。
我觉得我不喜欢这段文字,所以我把它删除了。
但额外的空间仍然存在。
显然我可以重新创建这个视图...但我想知道是否有人以前见过这个,以及是否有一个简单的修复(类似于在 SQL Management Studio 中按 ctrl-0 插入 null 而不是空字符串) 。
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).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于任何感兴趣的人,我只需右键单击 .xib,然后选择“打开为”> “源代码”
然后我删除了这一行:
问题解决了。
For anyone interested, I just right-clicked on the .xib, and choose "Open As" > "Source Code"
Then I removed this line:
Problem solved.