0

ある部分では、セクション ヘッダーが別のセルと同じように見える状況があります (違いは、セクション ヘッダーが一番上に浮かぶように、達成したい動作です)。

だから私は UITableViewHeaderFooterView クラスを UITableViewCell として使用したいと思います

これは合法ですか?より良いアプローチはありますか?

MySectionHeaderView * headerView = [self.tableView dequeueReusableHeaderFooterViewWithIdentifier:@"MySectionHeaderView"];

UITableViewCell * cell = [self.tableView dequeueReusableCellWithIdentifier:@"UITableViewCell"];


[cell.contentView addSubview:headerView];
4

1 に答える 1