[Solved] swift 3 textlabel text is true [closed]
txtOutput should be connected as @IBOutlet and not as a @IBAction with @IBAction you only trigger some actions but you don’t get a reference to the object with @IBOutlet you get a reference to the object and can access the properties like .text of this object Just be carefully when you drag the connections from … Read more