Skip to content

Conversation

@sgtsquiggs
Copy link

Added options to define stroke color (thanks @orsharir) as well as stroke width. Allows the creation of simple hollowed out dots:

pageControl.indicatorDiameter = 5.0f;
pageControl.pageIndicatorTintColor = [UIColor clearColor];
pageControl.pageIndicatorTintStrokeColor = [UIColor whiteColor];
pageControl.pageIndicatorTintStrokeWidth = 0.5f;
pageControl.currentPageIndicatorTintColor = [UIColor whiteColor];

orsharir and others added 3 commits January 29, 2014 15:25
Added ability to customize the stroke color of the dots. Allows for hollowed dots.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants