更改 Interface Builder 创建的 UINavigationBar 的标题

发布于 2024-08-29 11:55:39 字数 131 浏览 4 评论 0原文

一切都在标题中。我想更改我在视图类的“awakeFromNib”方法中使用界面生成器(导航栏+导航项)创建的 UINavigationBar 的标题。但我不知道如何使用 Interface Builder 创建链接。

你能帮助我吗?

All is in the title. I want to change the title of my UINavigationBar that I created with Interface Builder ( Navigation Bar + Navigation Item ) in the "awakeFromNib" methode of my view class. But I don't know how to create the link with Interface Builder.

Can you help me?

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

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

发布评论

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

评论(1

木落 2024-09-05 11:55:39

只需在加载视图时编写以下内容:

self.navigationItem.title = @"Your title";

应该可以正常工作:)

希望有帮助!

Simply write this when you're view is loaded:

self.navigationItem.title = @"Your title";

Should work fine :)

Hope that helps!

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