How would I go about getting a string from a UITextField in the iPhone SDK? I'm trying to insert it into another concatenated string.
This should do it:
NSString *myString = myTextField.text;
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