Are there any alternatives for UIPageControl which allows to move directly from first page, to, for example, fifth one?
If no - is there possibility to catch a tap from specific dot and h开发者_开发问答ighlight it manually?
I have a UIView with UIWebView inside and I am trying to show in it website which number is choosed with UIPageControl.
No. The doc clearly says that, "The page control advances only one page in either direction". You have to create your own view with the dots and implement the functinality you are looking for.
精彩评论