如何在 TabBar iOS 应用程序中实现模态视图

发布于 2024-09-29 22:19:24 字数 287 浏览 2 评论 0 原文

我正在尝试在选项卡栏应用程序中呈现模式视图。 代码

- (IBAction)newView
{
 [self.viewController presentModalViewController:viewController 
                                        animated:YES];
}

我正在使用链接到按钮的 。当按下按钮时,没有任何反应,日志上也没有显示任何内容。这很可能很容易修复,但我还没有发现任何有效的方法。

谢谢

I am trying to present a modal view in a tabbar app. I am using the code

- (IBAction)newView
{
 [self.viewController presentModalViewController:viewController 
                                        animated:YES];
}

linked to a button. When the button is pressed, nothing happens and nothing is displayed on the log. This is most likely simple to fix, but I have not found anything that has worked yet.

Thanks

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

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

发布评论

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

评论(1

蹲在坟头点根烟 2024-10-06 22:19:24

使用这个你就会摇滚:

[self presentModalViewController:viewController animated:YES];

Use this and you rock:

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