How do I create a view controller file after creating a new view controller?
Correct, when you drag a view controller object onto your storyboard in order to create a new scene, it doesn’t automatically make the new class for you, too. Having added a new view controller scene to your storyboard, you then have to: Create a UIViewController subclass. For example, go to your target’s folder in the … Read more