Please help me to solve a small problem. Im trying to parse string value to int, or I don't know how to say, I'm a newby in programming =) the problem is that Xcode rails on my code:
if let age: Int = ageTextField.text.toInt()
{ }
Xcode tells me to insert ? or ! mark after word "text", but if I make changes he continue to rail on me and tell Value of type string
has no member int