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")
}
All videos. All books.
One low price.
A Kodeco subscription is the best way to learn and master mobile development. Learn iOS, Swift, Android, Kotlin, Flutter and Dart development and unlock our massive catalog of 50+ books and 4,000+ videos.