Hi everyone. I am creating an app that will have multiple web views on different ViewControllers. I am following this tutorial: https://www.ioscreator.com/tutorials/webview-tutorial-in-ios8-with-swift but I want to have the webView code in a seperate swift file so that it doesnt clutter up the main ViewController swift file. I already have another view controlelr created and it has a webview dragged onto it. I want to connect this webView to a class called "webView" where all my webview code will be handled. My problem is that I cant seem to use the new "webView" class on my second viewcontroller. It just doesnt show up in the identity inspector tab where all the other classes are. How do I use a custom class with a view controller? Thanks!