fix color
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
- (instancetype)initWithFrame:(CGRect)frame {
|
||||
if (self = [super initWithFrame:frame]) {
|
||||
self.backgroundColor = [UIColor colorWithHex:0xF2F6FA]; // 淡色背景
|
||||
self.backgroundColor = [UIColor clearColor]; // 透明,露出底部背景图
|
||||
|
||||
[self addSubview:self.titleLabel];
|
||||
[self addSubview:self.keyboardBtn];
|
||||
|
||||
Reference in New Issue
Block a user