You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Please advise if this is a mistake of mine or if theres some other issue.
pagination.bug.mov
The text was updated successfully, but these errors were encountered: