zvonicek / ImageSlideshow

Swift image slideshow with circular scrolling, timer and full screen viewer
MIT License
1.78k stars 479 forks source link

UIPageControl width is incorrect for iOS 13 #425

Open mjenj opened 3 years ago

mjenj commented 3 years ago

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.

https://user-images.githubusercontent.com/18076764/133641828-ffe60c5b-a570-40f9-ab20-567174941baa.mov