筛分一个v对应一个p

This commit is contained in:
fengshuo
2021-09-09 18:15:17 +08:00
committed by zu
parent 65a3731828
commit e686f32a1f
16 changed files with 257 additions and 105 deletions

View File

@@ -88,7 +88,7 @@
_textField.borderStyle = UITextBorderStyleNone;
_textField.keyboardType = UIKeyboardTypeNumberPad;
_textField.tintColor = ThemeBackgroundColor;
_textField.backgroundColor = [UIColor redColor];
_textField.backgroundColor = [UIColor clearColor];
}
return _textField;
}