---
title: interfaceOffsetDidScrollToBottom()
framework: watchkit
role: symbol
role_heading: Instance Method
path: watchkit/wkinterfacecontroller/interfaceoffsetdidscrolltobottom()
---

# interfaceOffsetDidScrollToBottom()

Tells the interface controller that the user has scrolled to the bottom of the interface and that the scrolling animation has finished.

## Declaration

```swift
func interfaceOffsetDidScrollToBottom()
```

## Discussion

Discussion The default implementation of this method does nothing. You can override this method to take actions when the user scrolls to the bottom of the interface.

## See Also

### Managing Scrolling

- [scroll(to:at:animated:)](watchkit/wkinterfacecontroller/scroll(to:at:animated:).md)
- [WKInterfaceScrollPosition](watchkit/wkinterfacescrollposition.md)
- [interfaceDidScrollToTop()](watchkit/wkinterfacecontroller/interfacedidscrolltotop().md)
- [interfaceOffsetDidScrollToTop()](watchkit/wkinterfacecontroller/interfaceoffsetdidscrolltotop().md)
- [isTableScrollingHapticFeedbackEnabled](watchkit/wkinterfacecontroller/istablescrollinghapticfeedbackenabled.md)
