mutableObjects
A Boolean value that indicates whether to return mutable contacts.
Declaration
var mutableObjects: Bool { get set }Discussion
When the value of this property is true, the fetch returns CNMutableContact objects; otherwise it returns CNContact objects. The default value of this property is false.