重庆迈尖科技有限公司
2019-05-08 8c116459f2308e9f8564ea8f55b2ca25849b8336
BuWanVideo2.0/searchTableViewCell.m
@@ -17,6 +17,14 @@
    self.backgroundColor=kGlobalBackgroundColor;
}
- (instancetype)initWithFrame:(CGRect)frame{
    self = [super initWithFrame:frame];
    if (self) {
        self.imageW.constant=(self.frame.size.height-20)*16/10;
        self.backgroundColor=kGlobalBackgroundColor;
    }
    return self;
}
- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
    [super setSelected:selected animated:animated];
    // Configure the view for the selected state