将渐变应用于分段控件的“叠加层”

时间:2019-06-13 16:11:36

标签: ios swift

我目前正在尝试将渐变应用于分段控件。到目前为止,我已经实现了以下目标: example

如何将渐变仅应用于当前深蓝色的部分和控件的边框?

代码:

let color = UIColor(red: 11/255, green: 95/255, blue: 244/255, alpha: 1)
let sndColor = UIColor(red: 106/255, green: 178/255, blue: 255/255, alpha: 1)

segmentedControl.applyGradient(colours: [color, sndColor], locations: [0.0, 1.0])

0 个答案:

没有答案