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__);