[Solved] How to wait core data add functions step by step in swift 3
try using completion handler for your function or may try Operation queue with dependency to wait coreDataAdd (where : “User”, onCompletion: { (isFinished) in if isFinished { coreDataAdd (where : “Profile”, onCompletion: { (isFinished) in if isFinished { coreDataAdd (where : “Profile”, onCompletion: { (isFinished) in if isFinished //Here segue to the next view let … Read more