如何从AppDelegate获取managedObjectContext?

时间:2017-07-14 21:20:17

标签: ios objective-c

在AppDelegete.m中有方法:

+ (AppDelegate *)shared
{
 return [[UIApplication sharedApplication] delegate]
}

如何使用该方法在其他类中获取managedObjectContext(即没有创建适当的属性)?

0 个答案:

没有答案