Warning once only: Detected a case where constraints ambiguously suggest a height of zero for a tableview cell's content view. We're considering the collapse unintentional and using standard height in

报错

Warning once only: Detected a case where constraints ambiguously

suggest a height of zero for a tableview cell's content view. We're

considering the collapse unintentional and using standard height

instead.


加这句话就好了

-(CGFloat )tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{

return 44;

}

你可能感兴趣的:(Warning once only: Detected a case where constraints ambiguously suggest a height of zero for a tableview cell's content view. We're considering the collapse unintentional and using standard height in)