How to Change the height of UIPageControl?

Ahmad Kayyali picture Ahmad Kayyali · May 18, 2011 · Viewed 18k times · Source

I am trying to change the height of UIPageControl how I can achieve that?

Answer

Mike Weller picture Mike Weller · May 18, 2011

Not using interface builder, but you can specify a new frame in code:

pageControl.frame = CGRectMake(x, y, width, height);