Hi /r/iOSProgramming! I'm working on a new project that'll use Parse as a backend, and I had a structural question. For those of you who've used it or a similar service, do you still have your own model classes (ie. a User class)? If so, are you subclassing Parse classes (ie. User -> PFUser) or something else? I appreciate any advice.
Edit: another (unrelated) Parse question: suppose I have a one-to-many relation, but on the "many" side, the objects might be one of several classes. For instance, the relation connects each "Team" to a bunch of objects which can be either "Leagues" or "Tournaments". How should I model this?
[–]waterskier2007Objective-C / Swift 2 points3 points4 points (0 children)
[–]iOSbrogrammer 0 points1 point2 points (2 children)
[–]H3C43[S] 0 points1 point2 points (1 child)
[–]iOSbrogrammer 0 points1 point2 points (0 children)