contentEditingOutput
The output of an asset content editing session.
Declaration
var contentEditingOutput: PHContentEditingOutput? { get set }Mentioned in
Discussion
To edit an asset’s image or video content, you must first begin a content editing session with the asset’s requestContentEditingInput(with:completionHandler:) method. You commit a content edit by setting the contentEditingOutput property of a change request within a change block. For more information about asset content editing, see PHAsset.