I am having issues with getting my code in xcode to work. following line of code is making issues.
@IBAction func yesbutton(_ sender: Any) {
MainImage.image = UIImage(named:"timian")
}
error preformed : @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { thraed 1: signal SIGABRT
can anyone tell me what is wrong with this ?