soffes / ssdatakit

Eliminate your Core Data boilerplate code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the `save` method returns BOOL

nitriques opened this issue · comments

Here: https://github.com/soffes/ssdatakit/blob/master/SSDataKit/SSManagedObject.m#L348

From Apple's doc:

  • (BOOL)save:(NSError **)error
    returns YES if the save succeeds, otherwise NO.

That would be great to be able to get that value, while still using simpler code, i.e. [myObject save];

Thanks!