---
title: "splitViewControllerInteractivePresentationGestureDidEnd(_:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uisplitviewcontrollerdelegate/splitviewcontrollerinteractivepresentationgesturedidend(_:)"
---

# splitViewControllerInteractivePresentationGestureDidEnd(_:)

Tells the delegate when the interactive presentation gesture ends.

## Declaration

```swift
optional func splitViewControllerInteractivePresentationGestureDidEnd(_ svc: UISplitViewController)
```

## Parameters

- `svc`: The split view controller responding to the interactive presentation gesture.

## Discussion

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.

## See Also

### Handling the presentation gesture

- [splitViewControllerInteractivePresentationGestureWillBegin(_:)](uikit/uisplitviewcontrollerdelegate/splitviewcontrollerinteractivepresentationgesturewillbegin(_:).md)
