Re: UITextfield print to NSLog
Re: UITextfield print to NSLog
- Subject: Re: UITextfield print to NSLog
- From: Chad Eubanks <email@hidden>
- Date: Sat, 26 Dec 2009 07:58:00 -0700
Yandy,
Thank you for the response and info but can you please elaborate a
little more. Would NSLog be in my
-(void)viewdidbeginediting {
}
???
Chad Eubanks
Sent from my iPhone
On Dec 25, 2009, at 11:52 PM, Yandy Ramirez <email@hidden> wrote:
Assuming your UITextField is an IBOutlet, simple way:
NSLog(@"%@", self.myTextField.text);
you can also implement the UITextFieldDelegate and pass the
textField value as you begin editing, once it's done editing and so
forth.
------
yandy
On Fri, Dec 25, 2009 at 6:49 PM, Chad Eubanks
<email@hidden> wrote:
Hello,
I'm working on an iPhone app and need help passing entered text from
a UITextfield into NSLog. Any thoughts?
Happy Holidays,
Chad Eubanks
Sent from my iPhone
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden