We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello, thanks for the amazing PageControl first,
I would like to ask,
when numberOfPages greater than displayCount
the default dots only display for 3 dots, others are hidden/clear color
is it possible to set always 5 dots?
it my config below
static let pageControlConfig = FlexiblePageControl.Config( displayCount: 5, dotSize: 6, dotSpace: 4, smallDotSizeRatio: 0.5, mediumDotSizeRatio: 0.7 )
The text was updated successfully, but these errors were encountered:
Hi, @hungwei0331! Did you find a solution to your case?
Sorry, something went wrong.
@jmuseyibli this libary dispay page number start with -2 when itemCount >= displayCount so I set displayCount to 7 work around
Thanks
No branches or pull requests
hello, thanks for the amazing PageControl first,
I would like to ask,
when numberOfPages greater than displayCount
the default dots only display for 3 dots, others are hidden/clear color
is it possible to set always 5 dots?
it my config below
static let pageControlConfig = FlexiblePageControl.Config(
displayCount: 5,
dotSize: 6,
dotSpace: 4,
smallDotSizeRatio: 0.5,
mediumDotSizeRatio: 0.7
)
The text was updated successfully, but these errors were encountered: