If I had a correctly placed UITextField on an UIAlertView, could I assign the TextField's text value inside NSString using:
NSString *string = myTextField.text
And what is the method for doing that when the UIAlertView's Button is pressed? (all of my code is on the-(void)applicationDidFinishLaunching
method.)