Questions tagged [pfsubclassing]
17 questions
0
votes
1 answer
PFObject Subclass Not Loading Objective-C
I'm running into some trouble with a PFObject subclass. I've gone thru all of the proper setup (registering the subclass in the delegate, setting the class name, etc). But for some reason I can't get the object to load without crashing it in the…

Studio Symposium
- 287
- 2
- 16
0
votes
1 answer
How to set a NSData object to PFObject?
I added a column location of Object type in _User class. I'm assuming that means NSData type in iOS. Not exactly sure what's the correct way of doing this. I'm getting an error when assigning an NSData to self.location. Any help is greatly…

docchang
- 1,115
- 15
- 32