100-days-of-swiftui-and-com.../day-045
CypherPoet 4b1ddd9326 Complete Day 45 2019-11-07 19:58:08 -06:00
..
README.md Complete Day 45 2019-11-07 19:58:08 -06:00

README.md

Day 45: Project 9: Drawing (Part Three)

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


📒 Field Notes

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

It focuses on several specific topics:

  • Special effects in SwiftUI: blurs, blending, and more
  • Animating simple shapes with animatableData
  • Animating complex shapes with AnimatablePair
  • Creating a spirograph with SwiftUI

Special effects in SwiftUI: blurs, blending, and more

Animating simple shapes with animatableData

Animating complex shapes with AnimatablePair

Creating a spirograph with SwiftUI