开发者

[self.managedObjectContext deleteObject:self];

开发者_如何学Python[self.managedObjectContext deleteObject:self];

Is there a problem, conceptually, with executing this line of code?


No. The object will be removed from the MOC when it's synchronized, not now.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜