筛分一个v对应一个p
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
_textField.borderStyle = UITextBorderStyleNone;
|
||||
_textField.keyboardType = UIKeyboardTypeNumberPad;
|
||||
_textField.tintColor = ThemeBackgroundColor;
|
||||
_textField.backgroundColor = [UIColor redColor];
|
||||
_textField.backgroundColor = [UIColor clearColor];
|
||||
}
|
||||
return _textField;
|
||||
}
|
||||
|
Reference in New Issue
Block a user