Introduction

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

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