Animating the drawing of spirals in Swift – Tutorial

Working on my new app, Pocket Color Wheel I learned how easy to use native iOS tools to draw various shapes. For another app I’m working on, I wanted to draw clockwise and counterclockwise spirals. In this intermediate Swift tutorial I’m going to show you how to use a CABasicAnimation core animation and a CAShapeLayer … Continue reading Animating the drawing of spirals in Swift – Tutorial