UITableView知识总结
1.设置cell默认选中状态
- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath {
if (indexPath.row == self.selectedIndex) {
[tableView selectRowAtIndexPath:indexPath animated:NO scrollPosition:UITableViewScrollPositionNone];
}
}
一定要在willDisplayCell代理方法中设置,否则设置的选中状态没有效果
【UITableView知识总结】2.如何去除tableView的section header和section footer在plain模式下的悬浮效果?
将header和footer放到单独的section中,记住:只要section中没有cell,那么它的header和footer就没有悬浮效果
推荐阅读
- 知识
- 7.9号工作总结~司硕
- 小学英语必考的10个知识点归纳,复习必备!
- 最有效的时间管理工具(赢效率手册和总结笔记)
- 生发知识,带你深入了解
- 知识付费的怪力乱象
- 数据库总结语句
- 周总结|周总结 感悟
- 周总结43
- 参加【21天写作挑战赛】,第七期第14天,挑战感受小总结