2013年12月17日

ios 更改UITableview group形式 两个section之间的距离

摘要: -(CGFloat)tableView:(UITableView*)tableView heightForHeaderInSection:(NSInteger)section{ return 1.0;}-(CGFloat)tableView:(UITableView*)tableView heightForFooterInSection:(NSInteger)section{ return 1.0;}-(UIView*)tableView:(UITableView*)tableView viewForHeaderInSection:(NSInteger)section{ re... 阅读全文

posted @ 2013-12-17 15:07 Hai_阔天空 阅读(1213) 评论(0) 推荐(0)

导航