开发者

iPad - how to secure content in UItextview?

开发者 https://www.devze.com 2023-02-20 13:13 出处:网络
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 tha

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;
0

精彩评论

暂无评论...
验证码 换一张
取 消