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

Get ready to start building awesome apps with SwiftUI! Views are the secret ingredients that make your app’s interface come to life. Think of them like building blocks for everything you see on the screen. In this lesson, you’re going to dive into the exciting world of SwiftUI views.

By the end of this lesson, you’ll be able to:

  • Discover different view types. Explore simple categories like views for text, images, and buttons.
  • Build basic layouts. Practice combining views to create your app’s structure.
  • Start choosing the right view for the job. Learn when to use different views to make your app look and work as intended.

It’s time to start building!

See forum comments
Download course materials from Github
Previous: Lesson 2 Quiz: Modifiers, State & Binding Next: SwiftUI-Views