Summary
Good work on completing the project! As you worked through it, you got to see how to use a Binding
property so data can be bound between views, the Picker
view, a view with different styles that allows users to select an image or other data, and finally the hueRotation
modifier, which rotates colors.
In the next chapter, we will explore the process of cutting up an image into different parts, then rotating those separate parts using the rotationEffect
modifier, to create an animation of a girl on a swing.