摘要: 一:UITableViewStyle:Grouped,如果不想要header和footer,需添加以下方法- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section{ return... 阅读全文
posted @ 2015-11-24 10:30 想吃天鹅肉的井底之蛙 阅读(249) 评论(0) 推荐(0) 编辑