Part 4: Graphics and Animation
In this part, you’ll be introduced to the art of styling apps with the least amount of effort, by creating custom modifiers and integrating Core Graphics within the Canvas view. You’ll learn how it is possible to combine CALayers with SwiftUI and explore CustomLayout
for tailored UI designs.
Additionally, you’ll be introduced to the basics of SwiftUI view animations. You’ll discover the built-in, state-driven, reactive approach to animating UI elements using SwiftUI’s declarative syntax. You’ll then delve into the use of built-in modifiers, such as animation, transition, and scaleEffect
, to add dynamic, engaging elements to your UI app designs.
This part contains the following chapters:
- Chapter 8, Creating Custom Graphics
- Chapter 9, An Introduction to Animations in SwiftUI