Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I use this with storyboard? #5

Open
NSDrowned opened this issue Apr 19, 2013 · 1 comment
Open

How can I use this with storyboard? #5

NSDrowned opened this issue Apr 19, 2013 · 1 comment

Comments

@NSDrowned
Copy link

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

@hkmushtaq
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants