Contents

NSTouchBarDelegate

A protocol that allows you to provide the items for a bar dynamically.

Declaration

protocol NSTouchBarDelegate : NSObjectProtocol

Overview

Use a bar delegate, according to the needs of your app, to dynamically create items (NSTouchBarItem instances). For more information, see Item objects.

Topics

Providing bar items

See Also

Essentials