Open Gensun opened 4 years ago
for this: if (@available(iOS 13.0, )) { AppDelegate delegate = ((AppDelegate *)[UIApplication sharedApplication].delegate);
[NSManagedObjectModel MR_setDefaultManagedObjectModel:delegate.persistentContainer.managedObjectModel]; [NSManagedObjectContext MR_setRootSavingContext:delegate.persistentContainer.viewContext]; [NSManagedObjectContext MR_setDefaultContext:delegate.persistentContainer.viewContext]; [MagicalRecord setupCoreDataStackWithiCloudContainer:@"iCloud.com.zhimo.mathkid" contentNameKey:@"zhimo" localStoreNamed:@"" cloudStorePathComponent:@""];
}
for this: if (@available(iOS 13.0, )) { AppDelegate delegate = ((AppDelegate *)[UIApplication sharedApplication].delegate);
}