Contents

accessoryControllers

The array of controller objects that manage the Print panel’s accessory views.

Declaration

var accessoryControllers: [NSViewController] { get }

Discussion

This property contains an array of NSViewController objects, each of which represents an accessory view added using the addAccessoryController(_:) method.

See Also

Managing Accessory Views