UIPageControl current page indicator's vertical position

Hi, :slight_smile:
I’ve suddenly met like this problem. If I make transform a current page indicator then it will be bigger than others.

pageControl.subviews[current].transform = CGAffineTransform(scaleX: 1.5, y: 1.5)

But it’s vertical center is not the same as others.
51 PM

So the result is quite unlikely. I tried to change by several ways. But nothing that I have taken. Does any body have idea how can I move up center of current page indicator?

Thanks :slight_smile:

This topic was automatically closed after 166 days. New replies are no longer allowed.