Contents

controlPoint1

The first control point for the cubic Bézier curve.

Declaration

var controlPoint1: CGPoint { get }

Discussion

This parameter contains the point you specified at initialization time. If you initialized the object with a UIView.AnimationCurve value instead, this property is set to CGPointZero.

See Also

Getting the timing parameters