Contents

isNew

A Boolean value that indicates whether this object has ever been saved.

Declaration

var isNew: Bool { get }

Discussion

The value of this property is true if the object hasn’t been saved; otherwise, false.

See Also

Saving and Restoring State