Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using the following code in my application :-

In .h file

@property (strong, nonatomic) IBOutlet UIPageControl *pageControl;

and in .m file

pageControl.currentPage = counting;

counting is NSInteger. The application works fine but the UIPageControl is set to default white colour and I cant change the colour through attributes inspector could any one help?...

share|improve this question

1 Answer

Similar as below.

How i change the color of pagination dots of UIPageControl?

I think there is no property for page controller to change the dot color

share|improve this answer
thanks.. for the info.. – vinay.bn Feb 7 at 5:08

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.