Ok, newby alert.
So sorry if I don't get termiology correct while I try to describe what I'm attempting to do.
I'm kinda new to XCode and have created a quick app.
In the Main.storyboard file I've added a few buttons and connected them to code (outlets and actions) in the ViewController.swift file by Control/Dragging to the ViewController.swift file.
The outlets and actions are added just fine and things seem to work well.
No I want to add a new ViewController, connect the first to the second via a Seque and navigate to it from a button located on the first ViewController.
I've done this and things navigate just fine (I can click the correct button on the first ViewController the second ViewController is shown and visa-versa).
Now I want to add some buttons to the second ViewController and connect them to code (outlets and actions).
However, I don't see an associated ViewController.swift file to Control/Drag to to add outlets and actions for the controls I plan putting onto the second ViewControlller.
What am I doing wrong?
Thanks
-Mike