UIDocumentDidMoveToWritableLocationNotification

Static UIDocumentDidMoveToWritableLocationNotification 

Source
pub unsafe static UIDocumentDidMoveToWritableLocationNotification: &'static NSNotificationName
Available on crate feature UIDocument only.
Expand description

A notification that the document posts when copying the file from a readonly location in order to write changes. This notification will be posted on the file presenter queue.

See also Apple’s documentation