Book Image

SwiftUI - Build Amazing Apps - With Much Less Code [Video]

By : Stephen DeStefano 
Book Image

SwiftUI - Build Amazing Apps - With Much Less Code [Video]

By: Stephen DeStefano 

Overview of this book

Apple’s SwiftUI is becoming one of the most popular tools for building iOS applications. It is as easy as dragging and dropping, and it uses five times less code compared to UIkit and storyboards. This course will teach you how to use SwiftUI features and declarative programming to build rich and robust applications for the Apple store. The course starts with an introduction to SwiftUI and Swift language and gives you a tour of Xcode and Previews. Next, you will become familiar with the basic topics of SwiftUI, such as constants, variables, operators, classes, structs, properties, initializers, error handling, and stacks. Moving along, you will understand the role of text fields, state, image, and modifiers in SwiftUI. Toward the end, you will learn to build interesting applications in SwiftUI to encapsulate your learning. By the end of this course, you will be able to build modern and reliable apps using SwiftUI that can be deployed to any Apple device. All resources and code files for this course are available at https://github.com/PacktPublishing/SwiftUI---Build-Amazing-Apps---With-much-less-code-
Table of Contents (27 chapters)
Free Chapter
1
Introduction – What is SwiftUI?
2
Preview and the New Xcode
11
Collections
12
Optionals
13
Tuples
15
Error Handling
16
Stacks (VStack – HStack – ZStack)
18
TextField and State
Chapter 5
Operators
Content Locked
Section 2
Operators - Part 2 – Comparison, Nil, Range, and Logical
This video explains the comparison, nil, range, and logical operators.