2
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
|
||||
- (void)applySelected:(BOOL)selected {
|
||||
self.selectedState = selected;
|
||||
UIColor *fill = selected ? [UIColor colorWithHex:KBColor] : [UIColor colorWithWhite:0 alpha:0.51];
|
||||
UIColor *fill = selected ? [UIColor colorWithHex:KBColorValue] : [UIColor colorWithWhite:0 alpha:0.51];
|
||||
_circleLayer.fillColor = fill.CGColor; // 选中改为 #02BEAC
|
||||
_checkLayer.hidden = !selected; // 选中显示白对勾
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user