Reputation: 233
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
Reputation: 15758
You should create a new file for every viewcontroller you add to the storyboard.
Upvotes: 1