CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ | 
| LangLanguage | Obj-CObjective C | 
| License | MIT | 
| ReleasedLast Release | Mar 2016 | 
Maintained by AYJk.
一个有动效的PageControl,效果图如下:
#import "AYPageControl.h"//  设置总页数
self.pageControlView.numberOfPages = totalPages;
//  绑定对应的scrollview
self.pageControlView.bindingScrollView = self.bannerScrollView;//  将scrollview的contentOffset.x赋值给pageControl进行计算
- (void)scrollViewDidScroll:(UIScrollView *)scrollView {
    self.pageControlView.contentOffset_x = scrollView.contentOffset.x;
}
This project is under MIT License. See LICENSE file for more information.