Contents

splitViewControllerDidExpand(_:)

Tells the delegate that the split view controller interface has expanded.

Declaration

optional func splitViewControllerDidExpand(_ svc: UISplitViewController)

Parameters

  • svc:

    The split view controller whose interface has expanded.

Discussion

This delegate method only applies to column-style split view interfaces. For more information, see Split view styles.

The split view controller calls this method after its interface has expanded, meaning that isCollapsed is false. Use this method to perform any customization associated with the expanded interface.

See Also

Expanding the interface