1. 程式人生 > >iOS 密碼輸入框(UITextField)

iOS 密碼輸入框(UITextField)

UITextField txtPassword = new UITextField ();
txtPassword.Frame = new CGRect (0, 0, 100, 50);
txtPassword.SecureTextEntry = true;