点击 UINavigationBar 标题即可更改

发布于 2024-12-09 03:59:50 字数 85 浏览 2 评论 0原文

我想知道如何创建一个导航栏,用户可以在其中点击导航栏的标题,以便它将打开一个新的模式视图,类似于用户在链接多个帐户时创建推文时的 Twitter 应用程序。

I was wondering how I could create a Navigation Bar where the user could tap the title of the navigation bar, so that it will open a new modal view, similar to the Twitter application when the user is creating a Tweet when they have multiple accounts linked.

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

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

发布评论

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

评论(1

╄→承喏 2024-12-16 03:59:50

您可以将UIView的自定义子类作为导航栏的titleView。最简单的方法是使其成为一个按钮(或 UIView 上的 UIButton),并设置一个操作来根据需要呈现模式视图。您可以设置一个视图来响应触摸,但我真的看不出走这条路的好处。

You can put a custom subclass of UIView as the titleView of the navigation bar. The easiest thing is to make this a button (or a UIButton on a UIView) and set up an action to present the modal view as you like. You could instead set a view to respond to touches, but I really don't see the advantage of going that route.

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