I have an object with an attribute in my xcdatamodel that has validation around it (it must be between 0 and 100).
However, when a value is entered with a value out of range it causes the app to crash when I try to save the object.
Having come from a web development background, I would have expected a DB rollback w/ error message.
Is a crash normal procedure and is there a way to change this beside checking every value before a save?