6
This commit is contained in:
@@ -453,7 +453,7 @@
|
||||
[_submitButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
|
||||
_submitButton.titleLabel.font = [KBFont medium:16];
|
||||
_submitButton.backgroundColor = [UIColor colorWithHex:KBColorValue];
|
||||
_submitButton.layer.cornerRadius = 28.0;
|
||||
_submitButton.layer.cornerRadius = 11.0;
|
||||
_submitButton.layer.masksToBounds = YES;
|
||||
[_submitButton addTarget:self
|
||||
action:@selector(onTapSubmit)
|
||||
|
||||
@@ -243,7 +243,7 @@
|
||||
[_nextButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
|
||||
_nextButton.titleLabel.font = [KBFont medium:16];
|
||||
_nextButton.backgroundColor = [UIColor colorWithHex:KBColorValue];
|
||||
_nextButton.layer.cornerRadius = 28.0;
|
||||
_nextButton.layer.cornerRadius = 11.0;
|
||||
_nextButton.layer.masksToBounds = YES;
|
||||
[_nextButton addTarget:self action:@selector(onTapNext)
|
||||
forControlEvents:UIControlEventTouchUpInside];
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
[_nextButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
|
||||
_nextButton.titleLabel.font = [KBFont medium:16];
|
||||
_nextButton.backgroundColor = [UIColor colorWithHex:KBColorValue];
|
||||
_nextButton.layer.cornerRadius = 28.0;
|
||||
_nextButton.layer.cornerRadius = 11.0;
|
||||
_nextButton.layer.masksToBounds = YES;
|
||||
[_nextButton addTarget:self action:@selector(onTapNext)
|
||||
forControlEvents:UIControlEventTouchUpInside];
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
[_nextButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
|
||||
_nextButton.titleLabel.font = [KBFont medium:16];
|
||||
_nextButton.backgroundColor = [UIColor colorWithHex:KBColorValue];
|
||||
_nextButton.layer.cornerRadius = 28.0;
|
||||
_nextButton.layer.cornerRadius = 11.0;
|
||||
_nextButton.layer.masksToBounds = YES;
|
||||
[_nextButton addTarget:self action:@selector(onTapNext)
|
||||
forControlEvents:UIControlEventTouchUpInside];
|
||||
|
||||
@@ -164,7 +164,7 @@
|
||||
[_confirmButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
|
||||
_confirmButton.titleLabel.font = [KBFont medium:16];
|
||||
_confirmButton.backgroundColor = [UIColor colorWithHex:KBColorValue];
|
||||
_confirmButton.layer.cornerRadius = 28.0;
|
||||
_confirmButton.layer.cornerRadius = 11.0;
|
||||
_confirmButton.layer.masksToBounds = YES;
|
||||
[_confirmButton addTarget:self action:@selector(onTapConfirm)
|
||||
forControlEvents:UIControlEventTouchUpInside];
|
||||
|
||||
Reference in New Issue
Block a user