cbaker6
2
The playgrounds is the best place for examples:
In terms of querying for pointers, querying on the User class is the same as any other Parse class:
If you want to use async/await, just use try await
instead of try
when querying. More on async/await here:
A complete app showing how to use the Swift SDK in SwiftUI is here:
96% of the SDK is documented: ParseSwift Reference
1 Like