interfaceOffsetDidScrollToBottom()
Tells the interface controller that the user has scrolled to the bottom of the interface and that the scrolling animation has finished.
Declaration
func interfaceOffsetDidScrollToBottom()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.