Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

anim510

macrumors newbie
Original poster
Oct 20, 2008
15
0
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 ? :confused:

Thanks .
 
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...
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.