ryan
ryan

Reputation: 21

How to load a custom view in storyboard?

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

Answers (1)

Ratnakar
Ratnakar

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

Related Questions