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