I want to add masked and unmasked characters, both together in UITextfield
.
e.g I have a UITextField
called UserName "TestUser". Now I want to display username in the UITextField
like "****User". Is it possible to add both text together? I want to do this thing while entering character in UITextfield
.