Skip to content

LeeSons/CPPageControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPPageControl

分页控件pageControl

CPPageControl *page = [[CPPageControl alloc] initWithFrame:CGRectMake(0, 100, self.view.frame.size.width, 20)];
    page.numberOfPages = 4;
    page.currentPage = 0;
    [self.view addSubview:page];

CPPageControl

About

分页控件pageControl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors