Now that
#WWDC26 is over, I'm putting the finishing touches to the next Kickstart release. It includes another batch of features and improvements, but my favorite addition is really small: beautifully animatable arrows for your app videos ✨
For the curious: arrows are quadratic Béziers. You drag start/end plus on-curve handle; the renderer derives the true control point, samples arc length for draw %, then lerps points/color/width with SwiftUI’s UnitCurve. You can change head shape, line style, color, and thickness.