i want to add a variable place holder in my textField and when somrthing is written in textField,that text should be appended to place holder without any change to place holder.CAn someone guide about how should i go about it?
A:
you can do this by using clearsOnBeginEditing property and set it to FALSE.
textField.clearsOnBeginEditing = NO;
If you are creating textfield by interface builder then you have to go to inspector in Interface Builder(Press command 1) and finally you have to uncheck the Clear when editing begins option.
raaz
2010-06-22 15:21:32