Instance Method
export(to:)exportToURL:error: exportToURL_error_
Declaration
func export(to destinationURL: URL) throwsDeclaration
- (BOOL) exportToURL:(NSURL *) destinationURL error:(NSError **) error;Declaration
exportToURL_error_(destinationURL: NSURL) -> tuple[bool, NSError]