PDA

View Full Version : use text field in password




arme
Sep 21, 2008, 03:31 AM
i want use text field that show * per press key?



robbieduncan
Sep 21, 2008, 03:56 AM
As per the documentation for UITextField it implements the UITextInputTraits protocol. The UItextInputTraits protocol defines the secureTextEntry property.

arme
Sep 21, 2008, 04:45 AM
i need to compare two string. what am i doing?

robbieduncan
Sep 21, 2008, 05:13 AM
what am i doing?

I have no idea. Why don't you tell us?

arme
Sep 21, 2008, 07:18 AM
it is solve. but now i have a class "myView : uiview" and now i want use UItextFieldDelegate for call textFieldShouldReturn that get string of text field.
Do you know what do?

how i can tell you?