gpt4 book ai didi

iphone - 如何在 iPad 中将 UIModalPresentationFormSheet 与 NavigationController 一起使用?

转载 作者:搜寻专家 更新时间:2023-10-30 19:55:36 25 4
gpt4 key购买 nike

我想在我的应用中使用 UIModalPresentationFormSheet。但我正在使用导航 Controller 。因此,当我编写以下代码时,它没有响应我。我该怎么办?

    [self.navigationController pushViewController:controller animated:YES];

最佳答案

尝试这样的事情:

 // assume controller is UIViewController.
controller.modalPresentationStyle = UIModalPresentationFormSheet;

然后

[self.navigationController presentModalViewController:controller animated:YES];

关于iphone - 如何在 iPad 中将 UIModalPresentationFormSheet 与 NavigationController 一起使用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5770431/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com