A anim510 macrumors newbie Original poster Oct 20, 2008 15 0 Oct 31, 2008 #1 Hi all, Could use the TextField as the Input dialog box ? The box just like "Post New Thread" , we can input the char and see it right now. or have some other ways to attain the goal ? Thanks .
Hi all, Could use the TextField as the Input dialog box ? The box just like "Post New Thread" , we can input the char and see it right now. or have some other ways to attain the goal ? Thanks .
J jnic macrumors 6502a Oct 24, 2008 567 0 Cambridge Oct 31, 2008 #2 Do you mean "how can I access text input to a UITextField from my program"? If so: Code: NSString* input = textField.text; NSLog(input); Otherwise, I'm not quite sure what you're after...
Do you mean "how can I access text input to a UITextField from my program"? If so: Code: NSString* input = textField.text; NSLog(input); Otherwise, I'm not quite sure what you're after...