gpt4 book ai didi

ios - 在 iOS 6 中呈现 Modal ViewController

转载 作者:IT王子 更新时间:2023-10-29 08:04:12 24 4
gpt4 key购买 nike

在我的应用程序代码中,我仍然使用 presentModalViewController 以模态方式呈现 View Controller 。这在 iOS 6 中已弃用。这是否意味着此方法对运行 iOS 6 的设备没有影响?

如果是,我如何让我的应用程序在 iOS 6 上以模态方式呈现 View Controller ?我的 Xcode 版本不支持 iOS 6,所以我无法使用 iOS 6 中的所有新方法。

最佳答案

如果你有

[self presentModalViewController:aController animated:YES];

改成

[self presentViewController:aController animated:YES completion:nil];

关于ios - 在 iOS 6 中呈现 Modal ViewController,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14746407/

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