I'm new to swift programming and I have a question. I have two files The main one: ViewController.swift and another one that I created called ViewSecond.swift.
I made the class
import UIKit
class ViewSegundo: UIViewController {
@IBOutlet weak var img4: UIImageView!
override func viewDidLoad() {
}
}