gpt4 book ai didi

ios - 按钮模糊不起作用

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

如何制作一个模糊的按钮?按钮后面是一张图片。

这是我的代码:

        let blur = UIVisualEffectView(effect: UIBlurEffect(style: UIBlurEffectStyle.regular))
blur.frame = cell.lvlBut.bounds
blur.isUserInteractionEnabled = false
blur.layer.cornerRadius = 0.5 * cell.lvlBut.bounds.size.width
blur.clipsToBounds = true

cell.lvlBut.insertSubview(blur, at: 0)

模糊效果并不完美,请参见下图。

enter image description here

最佳答案

只需根据您的要求设置按钮背景颜色及其不透明度即可。

enter image description here

关于ios - 按钮模糊不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44473102/

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