tableview|tableview sectionheader

  • 使用sectionHeader 一定要设置tableview代理方法sectionheader的高度, 否则不显示, footer不需要也要设置高度, 否则系统有默认高度.
/// tableview sectionheader 跟随页面一起滚动 UITableView tableview = [[UITableView alloc] initWithFrame:CGRectZero style:UITableViewStyleGrouped]; /// tableView sectionheader 悬停在Section头 UITableView tableview = [[UITableView alloc] initWithFrame:CGRectZero style:UITableViewStylePlain];

    推荐阅读