0

I am trying to set up Page Control and I was using Apple's example of Page Control as a springboard to integrate into my app.

My main question is that in the Apple example it is using the initWithXib and I don't use that anymore. I drew it on storyboard and linked it to the class that I am pointing to when it's loading a scrollViewPage. It however does not show up? Is there a initWithStoryboard like the Xib?

After researching, I tried initWithCoder, but it didn't work or I coded it wrong.

Any guidance would be greatly appreciated.

Thanks! Alan

Alan
  • 9,331
  • 14
  • 52
  • 97
  • You'll want to use [initWithCoder](http://stackoverflow.com/a/8373223/420001) and awakeFromNib. – Josh Aug 29 '12 at 21:19
  • Do I need to use both or just initWithCoder? How do I fill in initWithCoder to load the view i built? THanks! – Alan Aug 29 '12 at 21:40

0 Answers0