标签: ios parse-platform
我想更新PFObject的一个字段,该字段指向一个PFUser。
PFObject
PFUser
PFUser.currentUser().removeObjectForKey("OtherUser") PFUser.currentUser().saveInBackground()
不幸的是,它没有用。
有谁知道如何清除某个PFObject字段的特定内容?
谢谢!