@IBOutlet weak var resultProcessed: UITextField!
var str:String = "Mike is here"
resultProcessed = str
gives error: Cannot assign a value of type 'String' to a value of type 'UITestField!'
resultProcessed.text = str
You need to assign it to the text
property.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With