Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Day 46: Project 9: Drawing (Part Four)

Follow along at https://www.hackingwithswift.com/100/swiftui/46.


📒 Field Notes

This day covers Part Four of Project 9: Drawing in the 100 Days of SwiftUI Challenge. (Project 9 files can be found in the directory for Part One.)

In addition to recapping the material covered during the project's other days, Day 46 focuses on extending the project according to a set of challenges.


🥅 Challenges

Challenge 1

Create an Arrow shape made from a rectangle and a triangle – having it point straight up is fine.

Challenge 2

Make the line thickness of your Arrow shape animatable.

Challenge 3

Create a ColorCyclingRectangle shape that is the rectangular cousin of ColorCyclingCircle, allowing us to control the position of the gradient using a property.


📸 Screenshots