摘要: 解决: 一,当使用tableview的格式为group时 1.先设置 tableview.sectionHeaderHeight = 0.00001; tableview.sectionFooterHeight = 0.000001; 2.在代理方法里写需要的高度即可 -(CGFloat)table 阅读全文
posted @ 2017-04-18 09:21 叢叢的博客园 阅读(317) 评论(0) 推荐(0)