clientView
The receiver’s client view, if it has one.
Declaration
weak var clientView: NSView? { get set }Discussion
aView is either the document view of the NSScrollView that contains the receiver or a subview of the document view.
The receiver’s client view, if it has one.
weak var clientView: NSView? { get set }aView is either the document view of the NSScrollView that contains the receiver or a subview of the document view.