gpt4 book ai didi

swift - 如何删除 Google map 中 iconView 的 alpha?

转载 作者:行者123 更新时间:2023-11-28 16:04:27 25 4
gpt4 key购买 nike

我知道这听起来很简单,但默认情况下 GoogleMaps 默认函数 iconView 的默认 alpha 为 0.9。我尝试将其更改为 1,但它仍然是一样的。有什么建议吗?提前致谢。

[编辑]这是我的代码

        let cView = UIView(frame: CGRectMake(0,0,400*PT,300*PT))
let innerView = UIView(frame: CGRectMake(0,0,400*PT,190*PT))
innerView.backgroundColor = UIColor.whiteColor()
innerView.layer.cornerRadius = 3
innerView.layer.masksToBounds = true
innerView.alpha = 1
cView.addSubview(innerView)
let cIcon = UIImageView(frame: CGRectMake(0*PT, 200*PT, 90*PT, 100*PT))
cIcon.image = UIImage(named: "1.png")
cView.addSubview(cIcon)
cView.backgroundColor = UIColor.clearColor()
item.iconView = cView

[编辑]添加了输出的屏幕截图

enter image description here

[编辑]以下答案后的最终输出

enter image description here

最佳答案

可能有点明显,但您可以尝试添加这个吗?

item.opacity = 1

关于swift - 如何删除 Google map 中 iconView 的 alpha?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40489193/

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