UIBarbutton 在整个应用程序中始终保留在导航栏上

发布于 11-20 00:27 字数 85 浏览 5 评论 0原文

我正在尝试创建一个应用程序,其中我始终需要应用程序右上角的导航栏按钮。单击后将出现秒表。可以有这样的按钮吗?我的意思是无需在每个视图控制器中重复或重写代码?

I am trying to create an app in which, I need navigation bar button on the right corner of app all the time. On clicking on which a stopwatch will appear. Is it possible to have such button? I mean without repeating or rewriting the code in an every single viewcontroller ?

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

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

发布评论

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

评论(1

无名指的心愿2024-11-27 00:27:19

是的,这是可能的。但是你必须在全局方法中编写代码,并且需要在每个视图控制器中调用该方法。

Ya, Its Possible. But you have to write the code in Global Method and you need to call the method in each view controller.

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