Contents

setPersistent(_:)

A Boolean value that indicates whether the pasteboard is persistent.

Declaration

func setPersistent(_ persistent: Bool)

Discussion

Nonpersistent named pasteboards remain available. You can use these to implement such features as Duplicate or Copy Style. A nonpersistent named pasteboard is available only in the process that creates it.

See Also

Deprecated