Is there a way to detect or get a notification when user changes the page in a paging-enabled UIScrollView?
Implement the delegate of UIScrollView. This method is what you are looking for.
- (void)scrollViewDidScroll:(UIScrollView *)scrollView