5-Day Swift Coding Challenge: Day 3

Apr 23 2025 · Swift 6.0, iOS 18, Swift Playground 4.6

Lesson 01: Day 3: Making a User Interface

Demo: Adding Images

Episode complete

Play next episode

Next

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

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

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

Unlock now

When making apps, you’ll use images everywhere. Later, as you progress in skills, you’ll even be able to write drawing code in order to create custom images on demand.

Image("book-cover")
See forum comments
Cinema mode Download course materials from Github
Previous: Demo: Making your First SwiftUI App Next: Conclusion