Chapters

Hide chapters

SwiftUI by Tutorials

Third Edition · iOS 14 · Swift 5.3 · Xcode 12

Before You Begin

Section 0: 3 chapters
Show chapters Hide chapters

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

We hope you’re as excited about SwiftUI as we are! This new approach to building user interfaces might seem a bit strange at the start. But we’re sure that if you’ve worked through the chapters in this book, you now have a much better understanding of declarative programming and the infinite possibilities of SwiftUI. Remember, SwiftUI is about to turn 1 year, so it still has time for improvement; it still has a lot to learn and a lot of growing ahead. And you’ve also just made your own first steps in working with this wonderful new framework.

The possibility of using SwiftUI for all Apple devices opens up the playing field for a greater number of developers on all Apple platforms, which will hopefully turn into many more amazing apps adapted for the iPhone, Mac, iPad, Apple Watch, Apple TV… and even new devices to come!

We encourage you to try to put the book concepts in practice. Combine SwiftUI with UIKit & AppKit and see how well they get along together. Try Stacks, navigation, testing, and all the cool concepts explained throughout the book. Keep learning, and share your projects with us!

If you have any questions or comments as you work through this book, please stop by our forums at http://forums.raywenderlich.com and look for the particular forum category for this book.

Thank you again for purchasing this book. Your continued support is what makes the books, tutorials, videos and other things we do at raywenderlich.com possible. We truly appreciate it!

– The SwiftUI by Tutorials team

struct ThankYouView: View {
    var body: some View {
        Text("Thank you very much")
    }
}
Have a technical question? Want to report a bug? You can ask questions and report bugs to the book authors in our official book forum here.
© 2024 Kodeco Inc.

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