0
プロジェクトせずにレコードを保存」=私は私は私のコードビットそれはproj.titleように思えるCoreDataはcontextsave
let proj = Project(context: context!)
let proj1 = Project(context: context!)
//when i try to fetch for my proj nothing is there
proj.title = "title"
proj1.title = "title"
//I find 2 record
を変更
let proj = Project(context: context!)
let proj1 = Project(context: context!)
//at this point when i try to fetch for my proj nothing is there
proj.title = "title"
//I find 1 record
を試してみてください今、私のNSManagedObject
let proj = Project(context: context!)
//at this point when i try to fetch for my proj nothing is there
proj.title = "title"
//at this point I can fetch my project record
ですタイトルはレコードを保存しています
I私のサブクラス内に.save()がありません
なぜですか?あなたはすぐにManagedObjectContext内の挿入後 managedObjectContext.save