Chapters

Hide chapters

SwiftUI by Tutorials

Fourth Edition · iOS 15, macOS 12 · Swift 5.5 · Xcode 13.1

Before You Begin

Section 0: 4 chapters
Show chapters Hide chapters

Heads up... You're reading this book for free, with parts of this chapter shown beyond this point as scrambled text.

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 a new, modern approach, so it keeps improving; 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 https://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 reading for free, with parts of this chapter shown as scrambled text. Unlock this book, and our entire catalogue of books and videos, with a Kodeco Personal Plan.

Unlock now