The image’s delegate object.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
weak var delegate: NSImage Delegate? { get set }
Discussion
By default, this property contains nil
.
The image’s delegate object.
SDK
Framework
weak var delegate: NSImage Delegate? { get set }
By default, this property contains nil
.
protocol NSImage Delegate
A set of optional methods that you can use to respond to drawing failures and manage incremental loads.