Post

Replies

Boosts

Views

Activity

Reply to unrecognized selector sent to instance 0x7fd5966131a0"
Hello Claude thanks for answering, but it wasn't clear in the following I will attach the code where the crash occurs import UIKit class SecondScreenViewController: UIViewController {        @IBAction func BackButton(_ sender: Any) {                  print("ButtonPressed")               }          override func viewDidLoad() {         super.viewDidLoad()         // Do any additional setup after loading the view.     print("view has loaded") }
Jan ’21