为所有文本字段提供公共属性,例如roundedRect

时间:2015-11-20 18:07:48

标签: ios swift uitextfield rounded-corners

是否有方法将ViewController中的所有UITextField设置为具有某个属性,例如roundedRect?或者我应该这样做吗?

    creditCardNumberTextField.borderStyle = UITextBorderStyle.RoundedRect
    monthTextField.borderStyle = UITextBorderStyle.RoundedRect
    yearTextField.borderStyle = UITextBorderStyle.RoundedRect
    cvcTextField.borderStyle = UITextBorderStyle.RoundedRect

0 个答案:

没有答案