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.
テーブルビュー内のテキストビューの場合、editForRowAtIndexPath メソッドのコードを教えてください## 見出し ## * UITableViewCell 内の UITextView: セルの高さを動的に更新します
セルの高さを動的に変更するには、この関数を使用できます. @protocol UITableViewDelegate を追加します.
-(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath { return 90; }