Contents

asKeyedArchive

An option to read data from the pasteboard and use it to initialize the object.

Declaration

static var asKeyedArchive: NSPasteboard.ReadingOptions { get }

Discussion

AppKit initializes the object using its init(coder:) method.

See Also

Options