delegate
The delegate you use to manage changes to a split view interface.
Declaration
weak var delegate: (any UISplitViewControllerDelegate)? { get set }Discussion
The split view controller uses its delegate to manage showing and hiding related view controllers. For more information about the methods you can implement in your delegate, see UISplitViewControllerDelegate.