/ Published in: Objective C
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
- (void)scrollViewDidScroll:(UIScrollView *)_scrollView { CGFloat pageWidth = _scrollView.frame.size.width; self.pageControl.currentPage = page; }