Contents

removeAccessoryController(_:)

Removes the specified controller and accessory view from the Print panel.

Declaration

func removeAccessoryController(_ accessoryController: any NSViewController & NSPrintPanelAccessorizing)

Parameters

  • accessoryController:

    The view controller to remove.

Discussion

You use this method to remove any view controllers responsible for displaying accessory views you do not want to include in the Print panel.

See Also

Managing Accessory Views