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