Your First iOS and SwiftUI App

Sep 3 2019 · Swift 5, iOS 13, Xcode 11

Part 2: Creating User Interfaces with SwiftUI

15. Challenge: SwiftUI Layout

Episode complete

Play next episode

Next
About this episode
Leave a rating/review
See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 14. SwiftUI Layout Next episode: 16. Spacers and Padding

Notes: 15. Challenge: SwiftUI Layout

Update 10/30/19: In Xcode 11.1, the shortcut to embed a text label in a button no longer exists. You should type the code manually in the editor instead:

Button(action: {}) { Text("Start Over") }