iPad - how to secure content in UItextview?
I'm developing my app in iPad. I'm designing a login page. In that I need to secure the content in textview (password). Plea开发者_JS百科se help me. I know how to do it for textfield, but I need that in UITextview
.
This reference will help you.
Just add this to your code
textView.secureTextEntry = YES;
精彩评论