gpt4 book ai didi

ios - Swift UIModalPresentationStyle.PageSheet

转载 作者:行者123 更新时间:2023-11-30 13:35:26 30 4
gpt4 key购买 nike

我正在使用 UIModalPresentationStyle.PageSheet 来显示一些 HTML 内容。但scrollView没有出现。

let uiNavController : UINavigationController = UINavigationController(rootViewController: MyHtmlClass)
navController.modalPresentationStyle = UIModalPresentationStyle.PageSheet
presentViewController(uiNavController, animated: true, completion: nil)

可以显示scrollView吗?

最佳答案

您将 UINavigationController 定义为 uiNavController,然后设置 navControllermodalPresentationStyle。替换这个;

uiNavController.modalPresentationStyle = .PageSheet

关于ios - Swift UIModalPresentationStyle.PageSheet,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36130318/

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