IPhone app passing info into Desktop app

2009-12-26 Thread Chad Eubanks

Good Morning developers,

Does anyone know of an example that has an iPhone app passing  
information to a desktop app?  Could this be done with CoreData or  
should I be looking into a webview based app?


Kind Regards and Happy Coding,

Chad Eubanks

Sent from my iPhone
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com


Re: UITextfield print to NSLog

2009-12-26 Thread Chad Eubanks

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 yan...@gmail.com 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  
chadcreat...@gmail.com 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 (Cocoa-dev@lists.apple.com)

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/yandyr%40gmail.com

This email sent to yan...@gmail.com


___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com


UITextfield print to NSLog

2009-12-25 Thread Chad Eubanks

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 (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com