覆盖羽声
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
self.codeBtn = [[UIButton alloc] init];
|
||||
self.codeBtn.needEventInterval = 0.5;
|
||||
[self.codeBtn setTitle:QXText(@"获取验证码") forState:(UIControlStateNormal)];
|
||||
[self.codeBtn setTitleColor:RGB16(0xFF8ACC) forState:(UIControlStateNormal)];
|
||||
[self.codeBtn setTitleColor:QXConfig.themeColor forState:(UIControlStateNormal)];
|
||||
self.codeBtn.titleLabel.font = [UIFont systemFontOfSize:16];
|
||||
[self.codeBtn addTarget:self action:@selector(codeAction:) forControlEvents:(UIControlEventTouchUpInside)];
|
||||
self.codeBtn.contentHorizontalAlignment = UIControlContentHorizontalAlignmentTrailing;
|
||||
|
||||
Reference in New Issue
Block a user