---
title: interfaceDidScrollToTop()
framework: watchkit
role: symbol
role_heading: Instance Method
path: watchkit/wkinterfacecontroller/interfacedidscrolltotop()
---

# interfaceDidScrollToTop()

Tells the interface controller that the user has performed a scroll-to-top gesture (for example, tapping the status bar) and that the scrolling animation has finished.

## Declaration

```swift
func interfaceDidScrollToTop()
```

## Discussion

Discussion The default implementation of this method does nothing. You can override it to take actions after the scroll-to-top action completes. If the interface is already scrolled to the top, this method may be called immediately.

## See Also

### Managing Scrolling

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