I updated XCode
to Swift 3
last week and it converted all my code to the Swift 3
version. After this I'm trying to set the text inside a UITextField
and it does not work. I have already re-done all the UI
connections with the code but it does not work.
When I type within UITextFiled
it appears, but when I try to set the text programmatically it does not appear.
@IBOutlet weak var codigoTextField: UITextField!
codigoTextField.text = "3654"