是否有方法将ViewController中的所有UITextField设置为具有某个属性,例如roundedRect?或者我应该这样做吗?
creditCardNumberTextField.borderStyle = UITextBorderStyle.RoundedRect
monthTextField.borderStyle = UITextBorderStyle.RoundedRect
yearTextField.borderStyle = UITextBorderStyle.RoundedRect
cvcTextField.borderStyle = UITextBorderStyle.RoundedRect