Parse-Swift example for SwiftUI App life cycle

There’s currently a pending PR on Parse-Swift that makes the SDK directly functional with SwiftUI, reducing the need to make custom view models for api calls to a Parse Server. The ParseLiveQuery part of Parse-Swift has it’s own view model (Subscription) that can already keep your SwiftUI views up-to-date. The PR is below:

2 Likes