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

can i use it in storyBoard? #69

Open
khaledbohout2 opened this issue Feb 28, 2021 · 1 comment
Open

can i use it in storyBoard? #69

khaledbohout2 opened this issue Feb 28, 2021 · 1 comment

Comments

@khaledbohout2
Copy link

No description provided.

@MauroJuliano
Copy link

yes, use like:
guard let vc1 = UIStoryboard(named: "myStoryboard", bundle: nil).instantiateInitialViewController() as? myviewcontroller else {return}
insted
let vc1 = UIViewController()

the only problem that I have is using navigation controller :/

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