views:

37

answers:

0

Hello everyone...

I've got a UITextField that represents a numeric password. I need to set the keyboard type to UIKeyboardTypeNumbersAndPunctuation and secureTextEntry at the same time.

If I set to Yes the secureTextEntry, the textField displays a Default Keyboard even if I had set UIKeyboardTypeNumbersAndPunctuation to the textField keyboard type.

By the other hand, if I set the keyboard type to UIKeyboardTypeNumberPad it works fine, but I have no done/return key to dismiss that keyboard. =S

is there a solution or a workaround for this?

Thanks!