In this course we'll deconstruct a complex button from a popular iOS VPN app, and figure out how to rebuild it. Covering Core Animation, UIView and Swift.
Hi Sam, @samdavies
I am getting an error on Utils class. Should I create a Utils.swift ?
Where can I find the source for this class? For example pathForCircleInRect method extension etc?
The utilities should all be part of the playground you download. If you show the left-pane, then inside the playground you’ll see a directory called Sources. Inside there you will find Utils.swift.