从 uitabbarcontroller 中的选项卡栏项目显示 uiactionsheet

发布于 2024-11-25 03:36:15 字数 123 浏览 1 评论 0原文

在我的一个应用程序中,我想从选项卡栏控制器中的选项卡栏项目显示操作表,并且如果我单击该选项卡栏项目,则应该可以在任何地方访问该操作表。我担心这是可以做到的,因为选项卡栏与其视图控制器紧密耦合。如果有人有任何解决办法,那将非常有帮助。

In one of my apps, I want to display an action sheet from a tab bar item in a tabbar controller and this action sheet should be accessible through out anywhere, if I click that tab bar item. I afraid this can be done, as the tab bar is tightly coupled with its view controllers. If anyone has any work around, it will be really helpful.

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

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

发布评论

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

评论(3

美煞众生 2024-12-02 03:36:15

UIActionSheet 有一个名为 showFromTabbar 的方法:

UIActionSheet has a method called showFromTabbar:

梦醒灬来后我 2024-12-02 03:36:15

如何创建 TabBarController 的parentView 控制器并从该viewController 呈现actionSheet。基本上,视图控制器除了 tabBarController 本身之外什么也不包含。

How about creating a parentView controller of TabBarController and present actionSheet from that viewController. Basically that View Controller holds nothing except tabBarController itself.

深海蓝天 2024-12-02 03:36:15

使用。

[myActionSheet showFromTabBar:self.tabBarController.tabBar];

在标签栏控制器内的视图控制器中

Use,

[myActionSheet showFromTabBar:self.tabBarController.tabBar];

in the view controller which is inside a tab bar controller.

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