How does Parse.com create a bidirectional relationship in the iOS client?
问题 I'm following this tutorial: https://parse.com/tutorials/one-to-many-relationships I see a Post is created and the current user attached. But I don't see the opposite, I don't see how the Post is attached to the user. And at the end it says: "The application should now be able to create Post objects, set a one-to-many relationship between Posts and PFUsers, as well as use a query to obtain all Posts associated with a given user." How is that possible? If I use that code, how can I retrieve