I need help with creating a button that allows me to multiply two numbers that I type into 2 separate text fields.
I have already created outlets for the button, text fields, and text holder where I want the answer to appear.
IBAction func OnButtonPress(_ sender: UIButton)
I just need to know what code to put under this outlet that would allow it to multiply the two numbers.