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

Create a View From Storyboard Name #26

Open
ClearlyAwesome opened this issue Dec 30, 2021 · 1 comment
Open

Create a View From Storyboard Name #26

ClearlyAwesome opened this issue Dec 30, 2021 · 1 comment

Comments

@ClearlyAwesome
Copy link

I'm trying to figure out how to use a storyboard name instead of a NIB name and it just isn't clicking. Is it even possible to add a View Row using SB name?

@alldritt
Copy link
Collaborator

I don't believe this is possible. UIStoryboard only provides APIs for loading viewControllers, not views.

https://developer.apple.com/documentation/uikit/uistoryboard

I suppose you could load a view controller from your storyboard, and try to display the associated view in a ViewRow, but that probably introduces as many problems as it solves.

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