EllipsePageControl 0.0.4

EllipsePageControl 0.0.4

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Nov 2017

Maintained by hackxhj.



  • By
  • hackxhj

椭圆 长方形的 PageControl 自定义

支持如下自定义  看效果图  有demo

show

@property(nonatomic) NSInteger numberOfPages; // 多少分页点

@property(nonatomic) NSInteger currentPage; // 当前点位置

@property(nonatomic) NSInteger controlSize; // 点大小

@property(nonatomic) NSInteger controlSpacing; // 点的间距

@property(nonatomic,strong) UIColor *otherColor; // 其他点颜色

@property(nonatomic,strong) UIColor *currentColor; // 当前点颜色

@property(nonatomic,strong) UIImage *currentBkImg; // 当前点背景颜色