Quote:
Originally Posted by ctyler
Hello All,
Another noob question.
Im using Xcode 4.2, I have a standard storyboard and I would like to add a page view to it to act like a book.
I have made all of it separately but cannot seem to integrate the page view into the storyboard. I have looked through numerous tutorials and pages and found nothing which is relevant.
Does anyone know how to add a PageView to a storyboard? (in really basic terms as possible please).
Here is what I have tried to do so far:
Add the files made in a previous xib (not using a storyboard) doesn't seem to work at all.
Adding a new UIPageViewController to the storyboard. Cant seem to add anything to this afterwards. Perhaps I need to link more than one controller or something?
Any help or pointers would be amazing.
Thanks very much.
Chris.
|
You might want to try starting off with the paged based application template Apple has in Xcode 4.2. Here is another tutorial:
An Example iOS 5 iPhone UIPageViewController Application - Techotopia
I don't believe there is a UIPageView. Only a pagecontroller, which is akin to a navigation controller i suppose.