开发者

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜