增加换肤功能
This commit is contained in:
@@ -45,7 +45,8 @@
|
||||
}];
|
||||
|
||||
self.bottomView = [[UIView alloc] initWithFrame:CGRectMake(0, self.systemView.bottom, SCREEN_WIDTH, 8)];
|
||||
self.bottomView.backgroundColor = RGB16(0xececec);
|
||||
// self.bottomView.backgroundColor = RGB16(0xececec);
|
||||
self.bottomView.backgroundColor = [UIColor clearColor];
|
||||
[self addSubview:self.bottomView];
|
||||
}
|
||||
-(void)setModel:(QXMessageModel *)model{
|
||||
|
||||
Reference in New Issue
Block a user