I use the following code in my application: -
In the .h file
@property (strong, nonatomic) IBOutlet UIPageControl *pageControl;
and in the .m file
pageControl.currentPage = counting;
NSInteger counting. The application works fine, but the UIPageControl set to white by default, and I cannot change the color through the attribute inspector can anyone help? ...
vinay.bn
source share