parse-community / Parse-Swift

The Swift SDK for Parse Platform (iOS, macOS, watchOS, tvOS, Linux, Android, Windows)
https://parseplatform.org
MIT License
308 stars 69 forks source link

Offline mode #434

Closed vdkdamian closed 1 year ago

vdkdamian commented 1 year ago

New Pull Request Checklist

Issue Description

This adds the possibility to use ParseSwift with offline mode. Objects will be stored on device if needed and can be fetched when internet connection is back.

Approach

I will add playground examples on how to use it.

TODOs before merging

parse-github-assistant[bot] commented 1 year ago

Thanks for opening this pull request!