help with view controllers

USING SWIFT 4 AND XCODE 9.2



1. so i started with a viewcontroller and used a webview to make a webpage linked to it

2. then I made another viewcontroller and addedbuttons to it and made it basically my homepage

3. i added buttons to my homepage and connected/ attatched it to the viewcontroller that loaded the website

4. i added a navigation controller and linked it to load my homepage


THE ISSUE IS: when i am about to add code to any of my storyboards (i have like 7 now) i click on any of them EXCEPT THE WEBSITE LINKED PAGE and i get the uiviewcontroller as the class name when the ONLY storyboard that has the viewcontroller name is the first one i started with, please help im so stuck and need a explanation on why i am getting uiviewcontroller.h not just viewcontroller

It is not about Swift 4 or XCode 9, it is about the design of any IOS App.


I would advise you to read some tutorial from Apple on how to strat designing IOS app. That will certainly clear many things for you.


Good continuation and good luck in your discovery.

help with view controllers
 
 
Q