-(UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
{
    UILabel *customLabel = [[UILabel alloc] init];
    customLabel.text = [self tableView:tableView titleForHeaderInSection:section];
    return customLabel;
}

 

相关文章:

  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2021-12-10
  • 2021-05-23
  • 2021-10-26
  • 2022-12-23
  • 2021-11-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2021-06-12
  • 2021-05-27
相关资源
相似解决方案