touchBar
The Nstouchbar object associated with the responder.
Declaration
var touchBar: NSTouchBar? { get set }Discussion
If you have not explicitly provided an NSTouchBar object for a responder by setting this property, the system sends the makeTouchBar() message to the responder to create the default bar. This property is archived.