How can I load storyboard programmatically from class?

My problem is that I was looking for way to use both storyboard and xib. But I can’t find proper way to load and show storyboard programmatically. Project was started developing with xib, and now it’s very hard to nest all xib files in storyboard. So I was looking a way to do it in code, like with alloc, init, push for viewControllers. In my case I have only one controller in storyboard: UITableViewController, which has static cells with some content I want to show. If anyone knows proper way to work both with xib and storyboard without huge refactoring, I will appreciate for any help.

8 Answers
8

Leave a Comment