Re: UITextfield print to NSLog
Re: UITextfield print to NSLog
- Subject: Re: UITextfield print to NSLog
- From: David Duncan <email@hidden>
- Date: Sun, 27 Dec 2009 00:01:57 -0800
On Dec 26, 2009, at 7:33 AM, Chad Eubanks wrote:
> I'm working on an app that allows my store to capture customers information. I have 5 UITextFields where the customer enters their info. For now I would like to capture the info entered in the UItextFields and print it to my console.
>
> My final goal is to pass the customers info into another department in my store. But for now the console will do.
>
> Make sense?
I think you went from two low level to too high level :).
The information I was seeking (and which will likely allow you to answer your own question) is more along the lines of "I want to log the strings when I press a button" or "I want to log the strings when I push a view controller".
The logic of your application will dictate where you put the logging calls. Figure out what you want to print in response to and you can figure out where the calls belong.
--
David Duncan
Apple DTS Animation and Printing
_______________________________________________
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