-
@kiwijon Please ask questions about ParseSwift in this repo as any posts I make in the Parse Community discord is moderated and blocked.
I recommend you use this repo (ParseSwiftOG) instead of the parse-community repo (see why in #7) and you can see the feature comparisons to other Parse SDKs in #72 (ParseSwiftOG is far ahead of the others). Since you mentioned you are updating your app, I recommend you start with version 5.3.3, see more info in #74 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
As for your question about pagination, you are correct, you would use a combination of |
Beta Was this translation helpful? Give feedback.
As for your question about pagination, you are correct, you would use a combination of
limit
andskip
on your query, just likePFQueryTableViewController
does in the following code. You can see more information about properties on query in the docs and other helpful code in the playgrounds.