Shereef Marzouk
Shereef Marzouk

Reputation: 3392

Xcode 4.2 iOS5 Storyboard reference is nil while trying to implement Page View Controller

While trying to implement the Default Page Based app in another Single View application, I tried everything, but self.storyboard in the class that extends UIViewController is always nil.

Is there any tutorial I can follow?

P.S. I am a beginner, and I don't know how to get a reference of the storyboard object from my ViewController.m/h to the RootViewController.m/h.

Upvotes: 1

Views: 1038

Answers (1)

husammiwadi
husammiwadi

Reputation: 62

I'm not too sure what you are trying to get at, but just use this project http://www.wannabegeek.com/?p=168

at the bottom of the page there is a github link which will allow you to download the whole project, no coding necessary.

and here's the github link just incase you couldn't see it

https://github.com/wannabegeek/PageViewController

Upvotes: 3

Related Questions