nib 里面的 约束,
用代码 加强
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *videoImageHCon;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *commentViewHCon;
打印方法 ◊ 宏
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{
ListModel * model = self.dataModel.list[indexPath.row];
NSLog(@"%s", __func__);