how can i change color uipagecontroler like this ?
UIPageControl *pageControl = [UIPageControl appearance];
pageControl.pageIndicatorTintColor = [?];
pageControl.currentPageIndicatorTintColor = [?];
pageControl.backgroundColor = [?];
pageControl.tintColor = [?];
i already try to change tint color whitecolor and background clearcolor but its not working, mabye i miss something?
thx for helping me