UITextField的基本使用

//建立textfield安全 UITextField *textfield = [[UITextField alloc]init];app //設置邊框字體 textfield.borderStyle = UITextBorderStyleRoundedRect;it //設置水印提示密碼 textfield.placeholder = @"輸入要顯示的文字";樣式 //設置輸入框右邊的一鍵刪除
相關文章
相關標籤/搜索