In iOS is impossible to retrieve the TextBox text why it always returns nil. Look my code:
myTextBox.text = “some text”
print("text: "…tostring(myTextBox.text))
This print nil, although the “some text” is displayed correctly in the screen.
Is there a know issue about it? I am using the simulator version 2013.1219.