开发者

How to convert String into password(while entering the text)in UITextField

开发者 https://www.devze.com 2023-02-17 07:44 出处:网络
i am creating a Login Page.That Page Consists Of Three Fields(First One For EmailId,SecondOne For Password,Third One For HostName).I want to Convert The Entered Passsword

i am creating a Login Page.That Page Consists Of Three Fields(First One For EmailId,SecondOne For Password,Third One For HostName).I want to Convert The Entered Passsword should Change 开发者_如何学编程Into Asterik Symbol.Can any one Help Me in Doing This..

Thanks And Regards Girish


Try this

textField.secureTextEntry=YES;

All the best.

0

精彩评论

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