Reputation: 21
I created a new project with storyboard, I wanted to load a custom view (no xib) in the uiviewcontroller, I referenced Creating a View Programmatically, but it doesn't work. Help much appreciated!
Upvotes: 2
Views: 875
Reputation: 443
According to my understanding,i think you are trying to load a custom view with out xib file in storyboard. Here is the sample code for moving the screen one to two and showing the views.
Upvotes: 1