commitEditing
Returns whether the receiver was able to commit any pending edits.
Declaration
- (BOOL) commitEditing;Return Value
YES if the changes were successfully applied to the model, NO otherwise.
Discussion
A commit is denied if the receiver fails to apply the changes to the model object, perhaps due to a validation error.