Contents

inConflict

Conflicts exist for the document file located at the file URL.

Declaration

static var inConflict: UIDocument.State { get }

Discussion

You can access these conflicting document versions by calling the otherVersionsOfItem(at:) class method of the NSFileVersion class. This method returns an array of NSFileVersion objects. You can then resolve the conflicting versions — for example, programmatically attempt to merge the versions or present the document versions to a person and request them to pick one.

See Also

Constants