Contents

substitutionsPanelAccessoryViewController

Sets the substitutions panel’s accessory view.

Declaration

var substitutionsPanelAccessoryViewController: NSViewController? { get set }

Parameters

  • accessoryController:

    The accessory view controller or nil if there is none.

Discussion

The accessory view controller can accommodate any custom view you want to display with the substitutions panel. The accessory view controller’s view is displayed below the substitutions list and the panel automatically resizes to accommodate the accessory view.

This method posts a notification named didResizeNotification with the substitutions panel object to the default notification center.

See Also

Managing Panels