修改颜色
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
if (joined) {
|
||||
// 已加入状态:灰背景、打勾
|
||||
[self.actionButton setTitle:@"✓" forState:UIControlStateNormal];
|
||||
[self.actionButton setTitleColor:[UIColor colorWithWhite:0.45 alpha:1] forState:UIControlStateNormal];
|
||||
[self.actionButton setTitleColor:[UIColor colorWithHex:0xBCBCBC] forState:UIControlStateNormal];
|
||||
self.actionButton.backgroundColor = [UIColor colorWithWhite:0.92 alpha:1];
|
||||
} else {
|
||||
// 可加入状态:绿色加号
|
||||
|
||||
Reference in New Issue
Block a user