Summary
In this chapter about SwiftUI animation, we began by defining gesture recognizers, as these are often combined with animation. Then, we examined how to combine gesture recognizers with animation. We have covered simple implicit animation and more complex explicit animations. We completed the chapter by examining animated transitions, which are used to spruce up the presentation of views in the UI.
In the next chapter, we will begin discussing application architecture.