Skip to content

Latest commit

 

History

History

52-Project27

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Project 27

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

Includes solutions to the challenges.

Challenges

  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