xcode - iphone textfield focus clears the value -


I have 4 textfields in a single screen. I think all the text fields have some text in it when I focus on a text field / click If I do, the value already entered in the textfield disappears. How can I restrict this behavior? any idea?

Thank you, TF

Check Interface Builder

if If you are not using the interface builder, you can find the name of the property responsible for this behavior in the document.

Edit: I saw it for you property called

  clearsOnBeginEditing  

Comments

Popular posts from this blog

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

.net - Self Tracking Entities (STE)'s and partial updates with EF4 and mVC2 -