I am using a UIPageViewContoller to create a book-like page turning experience. The pages for my book are 18px narrower than the full width of the iPhone screen and are anchored on the left side of the screen. The frame for my UIPageViewController's view is then set to the frame size of these pages (width:302, height:460). I do this to give an effect that the book has multiple pages and for the page turn to look like it starts from the edge of the current visible page, just like the experience in the iBooks app.I am using a UIPageViewContoller to create a bo