UINavigationItem 中 UIBarButtonItem 的可见性

发布于 2024-10-12 13:29:40 字数 198 浏览 4 评论 0原文

在Interface Builder中,我没有给UIBarButtonItem一个标题,那么UIBarButtonItem在运行时就不会出现。 我想在我的代码中控制它,但是当我将 UIBarButtonItem 的 title 属性设置为 @"" 时,栏按钮并没有消失。 不知道UINavigationItem中是否有一个属性可以控制UIBarButtonItem的可见性。 多谢!

In Interface Builder, I did't give the UIBarButtonItem a title, then the UIBarButtonItem was not appear when it was running.
I want to control it in my code, but when I set the title property of UIBarButtonItem to @"", the bar button was not disappear instead.
I don't know if there is a property to control the visibility of UIBarButtonItem in UINavigationItem.
Thanks a lot!

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

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

发布评论

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

评论(1

绮烟 2024-10-19 13:29:40

查看 UIBarButtonItem 类参考

您还可以尝试 self.navigationItem.leftBarButtonItem = nil;

Check out the UIBarButtonItem Class Reference.

You can also try self.navigationItem.leftBarButtonItem = nil;

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