Contents

hasMoves

A Boolean value that indicates whether objects have been rearranged in the fetch result.

Declaration

var hasMoves: Bool { get }

Discussion

If this value is true, use the enumerateMoves(_:) method to find out which elements have been moved and what their new indexes are.

See Also

Getting Change Information