tags:

views:

688

answers:

2

Hi, I developing an application in which i want to change the either color or image of UIPageControl pagination dots. How i change it? It is possible to customize UIpageControl on above scenario?

A: 

It's not possible using the iPhone SDK from an official standpoint. You might be able to do it using private methods, but that will be a barrier to getting onto the app store.

The only other safe solution is to create yout own page control which shpuldnt be too difficult given that the page control simply displays what page is currently shown in a scroll view.

Jasarien
@Jasarien, Thanks. Do you have any link where i will get your nice solution?
RRB
Theere isn't a link to my solution. My solution is there in text just above your comment. Either look for the private methods (I won't know what these are) or write your own (I'm not going to do that for you).
Jasarien
@Jasarien, Thanks. I trying according to your solution.
RRB