In Cocoa programming, when dealing with NSError, why we are passing &error to a message instead of error?
NSError *error;
if (![managedObject.managedObjectContext save:&error])
//Code
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…