【发布时间】:2011-05-29 15:13:24
【问题描述】:
假设我有一个程序。该程序有一个名为 currentLocation 的属性。
好吧,当我构造 currentLocation 时,如果我将它添加到上下文中,这意味着我最终会在上下文中不断添加新的和新的 currentLocation 对象吗?
我可以在它的上下文之外创建 currentLocation 对象吗?
或者什么是更好的解决方案?
【问题讨论】:
标签: objective-c xcode core-data xcode4