/ Published in: Objective C
Expand |
Embed | Plain Text
- (void)scrollViewDidScroll:(UIScrollView *)_scrollView { CGFloat pageWidth = _scrollView.frame.size.width; self.pageControl.currentPage = page; }
You need to login to post a comment.
