Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PFObject的isDirty属性何时设置为NO- 是在我调用[PFObject save...]方法的那一刻,还是当该方法接收到成功的回调时,即来自服务器的确认保存已成功?
PFObject
isDirty
NO
[PFObject save...]