Search code examples
iphoneobjective-ciosuipagecontrol

change the interspace between UIPageControl dots


I would like to change the interspace between the dots in UIPageControl. How I can do this?


Solution

  • Unfortunately there are no public method to do that. UIPageControl is a really poor customizable class. You can make it one by yourself or take a look in github, there are a logo of different classes similar to page control. Like this ddpagecontrol