splitViewControllerInteractivePresentationGestureWillBegin(_:)
Tells the delegate that the interactive presentation gesture is about to begin.
Declaration
optional func splitViewControllerInteractivePresentationGestureWillBegin(_ svc: UISplitViewController)Parameters
- svc:
The split view controller responding to the interactive presentation gesture.
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 when the interactive presentation gesture is about to begin. Use this method for performance optimizations related to drawing the column content or other work related to handling the interactive gesture.