FireUIPagedScrollView
FireUIPagedScrollView copied to clipboard
How can I use this with storyboard?
Is there any way to use storyboard identifiers instead of nib files? I'm trying to make it work with an existing project in which the views I want to include as pages already exist in storyboard =/ I'm kind of new at this so I'm not sure if I'm speaking gibberish but It doesn't hurt to ask :)
You should be able to instantiate a view controller from a view that you have in storyboard.
The way to do this would be to first get the storyboard and then to use the instantiateViewControllerWithIdentifier method.
You'll have to give the view you want to use a storyboard id in interface builder first though.