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];
推荐阅读
- springboot|springboot 中如何正确在异步线程中使用request
- Hexo|Hexo 搭建与部署指南
- 使用|使用 Vercel 全自动部署个人网站
- .NET使用System.Timers.Timer类实现程序定时执行
- ASP.NET中Response.BufferOutput属性的使用技巧
- 通过 ThreadPoolExecutor 使用线程池
- WP-CLI的使用示例与介绍
- 笔记|hadoop核心组件——HDFS系列讲解之HDFS的高级使用命令
- GIT|GIT 使用帮助
- 解析vue|解析vue 3.0 使用axios库发起 post get 的配置过程