更换版本更新图
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
Binary file not shown.
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 26 KiB |
@@ -195,7 +195,7 @@
|
||||
_updateBtn = [UIButton buttonWithType:UIButtonTypeCustom];
|
||||
[_updateBtn setTitle:@"立即更新" forState:UIControlStateNormal];
|
||||
_updateBtn.titleLabel.font = [UIFont systemFontOfSize:14];
|
||||
_updateBtn.titleLabel.textColor = [ThemeColor confirmButtonTextColor];
|
||||
[_updateBtn setTitleColor:[ThemeColor cancelButtonTextColor] forState:UIControlStateNormal];
|
||||
[_updateBtn setBackgroundImage:image forState:UIControlStateNormal];
|
||||
_updateBtn.layer.cornerRadius = 36 / 2;
|
||||
_updateBtn.layer.masksToBounds = YES;
|
||||
@@ -213,6 +213,8 @@
|
||||
[_cancelBtn setBackgroundImage:image forState:UIControlStateNormal];
|
||||
_cancelBtn.layer.cornerRadius = 36 / 2;
|
||||
_cancelBtn.layer.masksToBounds = YES;
|
||||
_cancelBtn.layer.borderWidth = 1;
|
||||
_cancelBtn.layer.borderColor = [ThemeColor appMainColor].CGColor;
|
||||
[_cancelBtn addTarget:self action:@selector(cancelAction) forControlEvents:UIControlEventTouchUpInside];
|
||||
}
|
||||
return _cancelBtn;
|
||||
|
Reference in New Issue
Block a user