JJCPayCodeTextField
JJCPayCodeTextField copied to clipboard
iOS 支付密码框
Results
1
JJCPayCodeTextField issues
Sort by
recently updated
recently updated
newest added
- (UITextField *)textField { if (!_textField) { _textField = [[JJCTextField alloc] initWithFrame:self.bounds]; _textField.backgroundColor = [UIColor clearColor]; _textField.delegate = self; _textField.textColor = [UIColor clearColor]; _textField.tintColor = [UIColor clearColor]; // _textField.keyboardType =...