Contained in: Your First iOS & SwiftUI App: An App from Scratch
swift ui
iOS & Swift
Buttons & Actions
Feb 13 2023 · Lesson
Learn how to connect your button to some Swift code that prints a message to the console.
iOS & Swift
SwiftUI vs UIKit
Feb 13 2023 · Lesson
…this code in SwiftUI’s canvas editor. And you have a choice - you can either code the user interface yourself, or you can use Swift UI’s canvas editor to code it on your behalf. This is nice because SwiftUI gives you the benefits of being able to construct…