gpt4 book ai didi

ios - 背景颜色的 alpha 在 iOS 中不起作用

转载 作者:可可西里 更新时间:2023-11-01 00:16:50 25 4
gpt4 key购买 nike

您知道为什么 alpha 参数在我的 View 中不起作用吗?

  self.view.backgroundColor = UIColor.blackColor().colorWithAlphaComponent(0.4)

请同时查看此视频

Video

谢谢

最佳答案

如果您正在使用 Storyboard并使用 segue 显示 View Controller ,则向您显示具有透明背景的 View Controller 的 segue 的 presentation 属性应该在全屏上显示,如附件所示。

enter image description here

然后在你的 View Controller 中使用这个设置背景颜色:

self.view.backgroundColor = UIColor(white: 0, alpha: 0.4)

关于ios - 背景颜色的 alpha 在 iOS 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28874737/

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