Contents

delegate

The page controller’s delegate object.

Declaration

@IBOutlet weak var delegate: (any NSPageControllerDelegate)? { get set }

Discussion

The delegate must conform to the NSPageControllerDelegate protocol.

See Also

Customizing the Paged Interface Behavior