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; }
助けてくれてありがとう。