I am new to xcode. I Have a text field form, in this form i can type only numbers. How i can get information from this text field to my label?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I guess you're developing for iOS? [label setText:textField.text]; should do it. |
|||
|
|
|
|||
|
|