Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在计算自定义单元格行上的静态高度 (35) 时遇到了一些麻烦。当我尝试将返回高度从 120 降低到 35 时,我不断得到一个具有定义高度的重叠列表。
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath { return 120; }
在此先感谢您的帮助。