You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Saving ParseFiles occurs on the background queue (#230)
* Save ParseFiles on background queue
* Fix test cases and allow to specify return queue on sync
* Add internal convenience initializer
* Test files in Playgrounds
* Test multiple files in playground
* Fix warnings in Playgrounds
- Saving ParseObjects with ParseFile properties now saves files on background queue ([#230](https://github.com/parse-community/Parse-Swift/pull/230)), thanks to [Corey Baker](https://github.com/cbaker6).
0 commit comments