views:

490

answers:

1

greetings!

I've seen apps (e.g. meebo) that have different indicators on UIPageControls instead of the default white circles.

is there an easy way to do this? I've read the docs for UIPageControls and it seems that there is no methods to replace the images.

thank you

A: 

There is not public API to change the images. You can take a look at this blog post, that describes a method to customize the UIPageControl.

Laurent Etiemble