Background text at empty textfield

iPhone SDK Tips & Tricks

We use placeholder to fill the UITextField with a background text until it is touched and/or has any input.
myTextfield.placeholder = @"First Name...";