From the course: Learning Combine with Swift

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Overview of SwiftUI

Overview of SwiftUI - Swift Tutorial

From the course: Learning Combine with Swift

Start my 1-month free trial

Overview of SwiftUI

- [Narrator] It would be remiss of me to not mention combines other major complementary framework. SwiftUI. While this course isn't about SwiftUI, it's important that you understand how they both can work together to provide you with a powerful intuitive methodology for rapidly designing and developing apps. So what is SwiftUI? In Apple's words, SwiftUI is an exceptionally simple way to build user interfaces across all of Apple's platforms, with the power of Swift. And this is all using Swift's declarative syntax. Which is complementary to the combined framework we're focused on in this course. This is a major shift away from the days of using storyboards and having to connect the UI objects and having to deal with the various sizes for different types of devices in your canvases. Paul Hudson of SwiftUI by example, best describes declarative design as you telling SwiftUI how you want your UI to look and work.…

Contents