how do I copy UITextField data into a UILabel

Posted by orangecl4now on Stack Overflow See other posts from Stack Overflow or by orangecl4now
Published on 2010-04-20T19:49:12Z Indexed on 2010/04/20 19:53 UTC
Read the original article Hit count: 319

I have a textfield and a label.

When you touch the textfield, the keyboard appears

In IB, the textfield's properties are

Keyboard: ASCII Capable Return Key: Done

I wired the IBOutlet to the label and the textfield.

How do I get the keyboard to go away when I'm done entering text. How do I get to copy the text to the UIlabel?

thanks

© Stack Overflow or respective owner

Related posts about uilabel

Related posts about uitextfield