[x] I am creating this PR in reference to an issue.
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.
❌ Please link an issue that describes the reason for this pull request, otherwise your pull request will be closed. Make sure to write it as Closes: #123 in the PR description, so I can recognize it.
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