Introduction

Heads up... You're reading this book for free, with parts of this chapter shown beyond this point as scrambled text.

In the previous two lessons, you learned how protocols work, how to define them and how to use them. You learned the differences between protocols and inheritance and how to utilize some of the advanced features of protocols to improve your code. In this lesson, you’ll learn how to take your new-found knowledge and apply it to building SwiftUI views.

See forum comments
Download course materials from Github
Previous: Quiz: Protocol Design & Composition Next: Instruction