splitViewControllerDidCollapse(_:)
Tells the delegate that the split view controller interface has collapsed.
Declaration
optional func splitViewControllerDidCollapse(_ svc: UISplitViewController)Parameters
- svc:
The split view controller whose interface has collapsed.
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 collapsed, meaning that isCollapsed is true. Use this method to perform any customization associated with the collapsed interface.