---
title: interfaceOffsetDidScrollToTop()
framework: watchkit
role: symbol
role_heading: Instance Method
path: watchkit/wkinterfacecontroller/interfaceoffsetdidscrolltotop()
---

# interfaceOffsetDidScrollToTop()

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

## Declaration

```swift
func interfaceOffsetDidScrollToTop()
```

## Discussion

Discussion The default implementation of this method does nothing. You can override this method to take actions when the user scrolls to the top 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)
- [interfaceOffsetDidScrollToBottom()](watchkit/wkinterfacecontroller/interfaceoffsetdidscrolltobottom().md)
- [isTableScrollingHapticFeedbackEnabled](watchkit/wkinterfacecontroller/istablescrollinghapticfeedbackenabled.md)
