en

hi, it seems you are using microsoft internet explorer. it doesn't match web standard and causes problems browsing this site. please please please use mozilla firefox or google chrome instead. thank you!

zh

哦哦!您正在使用Internet Explorer 瀏覽器,它與我們的網頁標準並不相容,可能會導致畫面顯示不正常。
請改用 Mozilla Firefox 或者 Google Chrome 才能正常瀏覽本網站,謝謝!

4.22.2011

UITextField 的密文設定方式


通常在輸入密碼或是製作一些特殊效果時,UITextField 會使用密文來保護所輸入的文字,下列我們將使用兩種不同的方式來示範如何設定 UITextField 的密文保護。

一的最簡單又直接的方式,當介面上已經拉出一個 UITextField 時,我們可以透過 Interface Builder 直接設定,點選所要的 UITextField 點選屬性標籤頁 Attributes inspector,並找到 Secure 的 CheckBox 打勾即可,如下圖。


另一種方式,就是從程式裡面直接做設定,常用在動態產生 UITextField 時,其程式碼如下。

passwordTextField.secureTextEntry = YES;





沒有留言:

張貼留言