在SwiftUI中沿路径填充颜色渐变

时间:2020-02-13 09:24:37

标签: swiftui

我想创建带有渐变的自定义路径,就像在图像上一样: enter image description here

我该如何使用SwiftUI?

UPD。 我了解Apple文档中介绍的线性,角度,径向渐变。现在,我使用线性渐变的组合: enter image description here

但是我不知道如何创建这样的自定义形状: enter image description here

1 个答案:

答案 0 :(得分:0)

遮罩修饰符

LinearGradient(…).mask(myPath.stroke(…))