endPoint
The end point of the gradient when drawn in the layer’s coordinate space. Animatable.
Declaration
var endPoint: CGPoint { get set }Discussion
The end point corresponds to the last stop of the gradient. The point is defined in the unit coordinate space and is then mapped to the layer’s bounds rectangle when drawn.
Default value is (0.5,1.0).