去除表视图section的粘性问题
摘要:
// 去除section的粘性 - (void)scrollViewDidScroll:(UIScrollView *)scrollView{ if (scrollView == self.tableView) { CGFloat sectionHeaderHeight = 36; if (scro 阅读全文
posted @ 2016-04-07 13:23 玉思盈蝶 阅读(174) 评论(0) 推荐(0) 编辑