Hello, everybody
Thank you for opening this thread.
I am writing code for a magazine reader. I want to turn over a magazine from page 1 to page N by sliding a array of dots. Every dot stands for a page. (For example, when I have read page 1, then I want to read page 13 directly but not turning from page 1 to page 2, page 3... until page13).
Just like this:
And when tap a dot, there is a little window pops up to show which page it is.
So how can I implement it? It seems that UIPageControl only can turn over pages one by one.
I'll very appreciate your help.