Hello,
I am building app with user interface like the Weather app in iOS. I would like to have custom image for the dot in UIPageControl for one of the pages. Like the Weather app have GPS sign for the first page showing the weather at user's location.
I found some tutorials on the net, but all of them are subclassing UIPageControl and redefining non public methods, which will cause my app to be rejected from AppStore.
Is it possible to do this with UIPageControl or should I build my own custom control which looks like the UIPageControl?
Thanks in avance.
Have a great day.