I am trying to get a UITextView ( NOT a UITextField) to act as a password field where the text gets tangled up as I enter it. However, setting this property in YES on a UITextView does not seem to have an effect, and the letters are always visible, not only visible if it is the last letter, otherwise a period. Does anyone else come across this and know why this is happening or what could be a workaround? If necessary, I can use UITextField in cases where I definitely need password behavior, but it is not as simple as using only UITextView. Thanks!
source
share