gpt4 book ai didi

ios - 更改模态视图的背景颜色

转载 作者:行者123 更新时间:2023-11-28 05:54:14 24 4
gpt4 key购买 nike

我想将 View Controller 作为 .formSheet 大小的模态视图发送。底色不应该是灰色透明的,应该是模糊效果。

我如何云改变模态后面 View 的背景颜色。

let storyboard = UIStoryboard(name: "DetailViewController", bundle: nil)
if let modalViewController = storyboard.instantiateInitialViewController() as? DetailViewController {
self.definesPresentationContext = true
self.providesPresentationContextTransitionStyle = true
modalViewController.item = item
modalViewController.modalPresentationStyle = .formSheet
modalViewController.modalPresentationCapturesStatusBarAppearance = true

self.present(modalViewController, animated: true, completion: nil)
}

enter image description here

最佳答案

modalViewControllerviewWillAppear(:) 方法,您可以访问 self.presentationController?.containerView 属性。如果需要,您可以更改背景颜色,甚至可以添加模糊效果 View 。

关于ios - 更改模态视图的背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51929921/

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