I tried to set the UIPageControl frame to the full width of my screen and set the horizontal alignment in the interface builder: to the right, but it remains in the center.
"contentVerticalAlignment" is a UIControl property and does not mention whether it will work for UIPageControl in documents. Is horizontal alignment supposed to work for UIPageControl? If not, I have to subclass it to make it work (by embedding it in a UIView and aligning it).
source share