Contents

interfaceOffsetDidScrollToTop()

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

Declaration

func interfaceOffsetDidScrollToTop()

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