• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: UITextfield print to NSLog
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: UITextfield print to NSLog


  • Subject: Re: UITextfield print to NSLog
  • From: Yandy Ramirez <email@hidden>
  • Date: Sat, 26 Dec 2009 01:52:03 -0500

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

  • Follow-Ups:
    • Re: UITextfield print to NSLog
      • From: Chad Eubanks <email@hidden>
References: 
 >UITextfield print to NSLog (From: Chad Eubanks <email@hidden>)

  • Prev by Date: Re: Compile errors with Objective-C++ properties as STL/TR1 smart pointers
  • Next by Date: Re: UITextfield print to NSLog
  • Previous by thread: UITextfield print to NSLog
  • Next by thread: Re: UITextfield print to NSLog
  • Index(es):
    • Date
    • Thread