I have a uitablewview based app where clicking on a cell will push a new view. What I would like to do it is rather than do a push animation to the new view, I would like to perform a page flip animation like that found in iBooks.
I presume I would have to create a uipageviewcontroller and use uitableview to turn the pages.
I'm not really sure how to code this though. Can anyone show me some code to get started with please