How to Use UITextField in iPhone Programming

Post image for How to Use UITextField in iPhone Programming

by mattjdrake on February 8, 2010

Here is the standard way of getting user input and then using the input in your app.

UITextField works with the delegation pattern in Objective-C. That is, you need to designate an object to act “on behalf” of the text field object. In this video I show you how to use the UITextField to ask a user for input and then post the results to a label.

[Read More]


Learh now to master app development

Please share this if you like it!
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • email
  • FriendFeed
  • LinkedIn
  • MySpace
  • Ping.fm
  • StumbleUpon
  • Suggest to Techmeme via Twitter
  • Technorati
  • Tumblr
  • Yahoo! Bookmarks

Previous post: iPood: What The iPad Means For Mobile Apps

Next post: How to Play a Short Sound in iPhone Code