去掉UItableview headerview黏性(sticky)
摘要:
1 // 去掉UItableview headerview黏性(sticky) 2 - (void)scrollViewDidScroll:(UIScrollView *)scrollView 3 { 4 CGFloat sectionHeaderHeight = 40; 5 if (scrollView.contentOff... 阅读全文
posted @ 2016-07-22 16:52 Sinner_Yun 阅读(230) 评论(0) 推荐(0) 编辑