I have spent almost 8 hours finding out how to jump to a particular page number in UIPageViewController... below is what my project looks like
I want to make an app which looks like Ibooks---
I have taken the help from the code presented here - http://www.ioslearner.com/tag/uipageviewcontroller-sample-code/
I have made a plist and UITableView , I select the value from TableView and display the same on webView placed on UIPAgeiewController, but the problem is that only the page in web view changes and not the actual page number of the UIPageViewController....
If I narrow down my question it would look like --- is there a way to switch between page numbers in UIPageViewController.... ???
See Question&Answers more detail:os