splitViewControllerInteractivePresentationGestureDidEnd(_:)
Tells the delegate when the interactive presentation gesture ends.
Declaration
optional func splitViewControllerInteractivePresentationGestureDidEnd(_ 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 ends. Use this method for performance optimizations related to drawing the column content or other work related to handling the interactive gesture.