Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
4
Answers
You need to add a storyboard ID to instantiate your storyboard.
edit: according to your updated question.
Your main view controller should be like this:
I have a view that I created with xib. Clicking on the image in the view will direct it to the view controller I created in the storyboard. However, it doesn’t happen anyway. Xib view code like this:
YoutubeViewController is the viewController I created in the storyboard. I could not switch from xib to this view.