Skip to content

Latest commit

 

History

History
 
 

35-Project27

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Project 27 - Core Graphics

https://www.hackingwithswift.com/100/88

Includes solutions to the challenges.

Topics

Core Graphics, UIGraphicsImageRenderer, Fills and Strokes, Transforms

Challenges

From Hacking with Swift:

  1. 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.
  2. Use a combination of move(to:) and addLine(to:) to create and stroke a path that spells “TWIN” on the canvas.
  3. Challenge 3

Screenshots

screenshot1 screenshot2