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.
An option to read data from the pasteboard and use it to initialize the object.
static var asKeyedArchive: NSPasteboard.ReadingOptions { get }AppKit initializes the object using its init(coder:) method.