Skip to content
New issue

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

UIPageControl width is incorrect for iOS 13 #425

Open
mjenj opened this issue Sep 16, 2021 · 0 comments
Open

UIPageControl width is incorrect for iOS 13 #425

mjenj opened this issue Sep 16, 2021 · 0 comments

Comments

@mjenj
Copy link

mjenj commented Sep 16, 2021

I have an image slideshow with 17 images, when viewed on an iOS 14 device the pagination works as expected, when viewed on a 13 device the last pages are not visible and there is no shrinking of the page indicators. See attached video.

I create the UIPageControl like so

let pageIndicator = UIPageControl()
pageIndicator.currentPageIndicatorTintColor = UIColor.black
pageIndicator.pageIndicatorTintColor = UIColor.lightGray

Please advise if this is a mistake of mine or if theres some other issue.

pagination.bug.mov
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

No branches or pull requests

1 participant