arena
arena

Reputation: 233

custom viewcontroller from storyboard cannot be found in project structure

I created a new ViewController on main.storyboard, labels, buttons added manually, but I did not see this viewController in the project structure to customize it programatically and move it to the view folder.

Is it a bug, or I missed something? Thanks!

Upvotes: 0

Views: 46

Answers (1)

RajeshKumar R
RajeshKumar R

Reputation: 15758

You should create a new file for every viewcontroller you add to the storyboard.

enter image description here

Upvotes: 1

Related Questions