Questions tagged «heightforrowatindexpath»

18
iOS8-约束模糊地建议高度为零
有人知道如何调试吗? 仅警告一次:检测到一种情况,即约束条件模糊地表明表格视图单元格的内容视图的高度为零。我们考虑的是无意倒塌,而是改用标准高度。 行的固定高度由 - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{ return 34.0; } 一切constraints似乎都很幸福...
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.