Closed Glideh closed 10 years ago
Is there a page change event that we could listen to so we can update a UIPageControl ?
UIPageControl
#... paginatedScrollView.delegate = self; #... - (void)scrollViewDidEndDecelerating:(DRPaginatedScrollView *)scrollView { self.pageControl.currentPage = scrollView.currentPage; }
Is there a page change event that we could listen to so we can update a
UIPageControl
?