iphoneobjective-cipaduiscrollviewuiscrollviewdelegate

Detecting UIScrollView page change


Is there a way to detect or get a notification when user changes the page in a paging-enabled UIScrollView?


Solution

  • Implement the delegate of UIScrollView. This method is what you are looking for.

    - (void)scrollViewDidScroll:(UIScrollView *)scrollView