April 2020
Beginner
316 pages
8h 20m
English
When it comes to using SwiftUI, first off, you need to start by thinking of what type of app you're building. If you're looking to build the next shoot-em-up multiplayer game, then I'm afraid SwiftUI is not for you. However, anything else—from a banking app to a catalog app—can benefit immediately from Swift UI.
The afore mentioned declarative syntax allows for States to be used in order to allow effective but— more importantly—efficient reloads of data. For those familiar with UIKit's UICollectionViews or UITableViews, you'll know that writing logic to reload the whole table in order to change just one tiny value can be both tiresome and tedious.
Designers taking their first step into development will certainly ...
Read now
Unlock full access