In Xcode4 I\'ve created some placeholder text for a UITextField and I\'d like it to clear when the user taps in the box.
So, in the Attributes Inspector for the text fie
- (void)textFieldDidBeginEditing:(UITextField *)textField{ textField.placeholder=nil; }
textfield delegate make place holder value to nil