gpt4 book ai didi

ios - 如何使用 UILabel 创建发光效果?

转载 作者:行者123 更新时间:2023-12-02 18:05:25 31 4
gpt4 key购买 nike

我正在尝试实现类似这样的目标:

enter image description here

我发现了一些与我的问题相关的问题:

  1. How to set the colors in glowing effect of a UILabel?
  2. IPhone Text Glow Effect
  3. Create glowing text effect on iOS
  4. xcode UILabel text add outer glow effect

大多数答案建议通过调整其阴影来修改 UILabel 的 layer 属性,这些问题已经过时了。

我已使用以下代码尝试了这些建议:

myLabel.layer.shadowColor = UIColor.black.cgColor
myLabel.layer.shadowOffset = .zero
myLabel.layer.shadowRadius = 2.0
myLabel.layer.shadowOpacity = 1.0
myLabel.layer.masksToBounds = false
myLabel.layer.shouldRasterize = true

得到以下结果:

enter image description here

辉光不够强,也没有进一步消散。我尝试过调整偏移、半径和不透明度,但发光效果要么相同,要么不太明显。

这仍然可能吗?或者有人可以向我建议解决方法吗?

谢谢

最佳答案

将阴影颜色更改为白色:

myLabel.layer.shadowColor = UIColor.white.cgColor

关于ios - 如何使用 UILabel 创建发光效果?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48201467/

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