ViewRow icon indicating copy to clipboard operation
ViewRow copied to clipboard

Create a View From Storyboard Name

Open ClearlyAwesome opened this issue 4 years ago • 1 comments

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?

ClearlyAwesome avatar Dec 30 '21 23:12 ClearlyAwesome

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.

alldritt avatar Dec 30 '21 23:12 alldritt