I've tried setting a UIPageControl frame to the full width of my screen and setting alignment in the Interface Builder to Horizontal: right but it remains as centred.
"contentVerticalAlignment" is a UIControl property and there's no mention of whether it will work for a UIPageControl in the docs. Is horizontal alignment supposed to work for a UIPageControl? If not shall I subclass it to make it work (by embedding it in a UIView and aligning it myself).