Book Image

SwiftUI - Build Beautiful, Robust, Apps [Video]

By : Nick Walter
5 (1)
Book Image

SwiftUI - Build Beautiful, Robust, Apps [Video]

5 (1)
By: Nick Walter

Overview of this book

Apple has just announced the biggest thing since Swift, and it is aptly named, SwiftUI. Apple changed the game with the release of Swift 5 years ago. It has helped millions of developers create amazing apps with easy to learn yet powerful clean code. SwiftUI brings that same ideal to the visual side of apps. SwiftUI helps developers by binding their User Interfaces with their data. When the data changes, so does the UI. When the UI changes, so does the data. SwiftUI is also incredibly reusable. Views you create can be reused time and time again. SwiftUI is also baked into the new Xcode 11 and uses Previews to show you in REAL TIME how your code changes will effect the look of your app. In this course we'll cover: - Your First SwiftUI App - Xcode Previews - Views Deep Dive - Data and SwiftUI - Accessibility - Drawing and Animation - SwiftUI for MacOS, WatchOS, and tvOS - SwiftUI In Existing Projects Come join and learn the biggest developer tool released since Swift! All the code and supporting files for this course are available at - https://github.com/PacktPublishing/SwiftUI---Build-Beautiful-Robust-Apps
Table of Contents (9 chapters)
Chapter 3
Xcode Previews
Content Locked
Section 3
App Fixes
Xcode Previews: App Fixes