view
Returns the view associated with the layer.
Declaration
weak var view: NSView? { get set }Discussion
Subclasses shouldn’t invoke setView:, but can override it if desired to intercept the layer’s association to, or dissociation from, a view.
Returns the view associated with the layer.
weak var view: NSView? { get set }Subclasses shouldn’t invoke setView:, but can override it if desired to intercept the layer’s association to, or dissociation from, a view.