FireUIPagedScrollView icon indicating copy to clipboard operation
FireUIPagedScrollView copied to clipboard

How can I use this with storyboard?

Open NSDrowned opened this issue 12 years ago • 1 comments

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 :)

NSDrowned avatar Apr 19 '13 04:04 NSDrowned

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.

hkmushtaq avatar May 29 '13 02:05 hkmushtaq