https://www.hackingwithswift.com/100/88
Includes solutions to the challenges.
Core Graphics, UIGraphicsImageRenderer, Fills and Strokes, Transforms
From Hacking with Swift:
- Pick any emoji and try creating it using Core Graphics. You should find some easy enough, but for a harder challenge you could also try something like the star emoji.
- Use a combination of move(to:) and addLine(to:) to create and stroke a path that spells “TWIN” on the canvas.
- Challenge 3