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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
