各 UITableViewCell の高さを設定します
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
各 UITableViewCell の高さを取得する必要があります
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
別のセルにSubViewを追加する必要があるためです。
cell.frame
& cell.bounds
&を使用しようとしましcell.contentView.frame
たが、高さが変わりません。