Question: Does anyone know why im getting this error? import UTKit class ViewController: UIViewController { @IBoutlet weak var diceImageView1: UIImageView! @IBOutlet weak var diceImageView2: UIImageView! /When
Does anyone know why im getting this error?

import UTKit class ViewController: UIViewController \{ @IBoutlet weak var diceImageView1: UIImageView! @IBOutlet weak var diceImageView2: UIImageView! /When the view loads up then trigger all the code in between the curly bracets*l override func viewdidload() \{ super, viewidload () I/When setting it to UIImage (named: "Name ") this is another way to change what image you would like to set it equal to I/WHO WHAT VALUE diceImageView1 . image = uIImage ( named: "Dicesix") diceImageView2, image = UIImage (named: "DiceTwo") 3 implicitly unwrapping an Optional value @IBAction func rollButtonPressed ( _ sender: UIButton) \{ print ("Button has been tapped.") 3 D 2022-12-23 16:08:58. 159249-0500 Dicee-io 33[42672:14613178 Dicee_ios13/viewController,swift:23: Fatal error: Unexpectedly found nil while implicitly unwrapping an optional value (11db)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
