I'm using the Parse iOS SDK, and I'm creating objects for a particular class (not "_User"). However, I need to modify the ACL of these objects so that anyone can read or write it. Currently, Parse sets the ACL of newly created objects to Public Read and Creator Write.
In short, I'm not sure how to set the ACL of a Parse object to public read/write in Swift.