image
The cursor’s image.
Declaration
var image: UIImage { get }var image: NSImage { get }Discussion
The cursor image or nil if none exists. Note that an NSCursor object is immutable: you cannot change its image after it’s created. Instead, use init(image:hotSpot:) to create a new cursor with the new settings.