2013年10月14日

ios 自定义UITableView中分组的标题sectionview

摘要: //Section的标题栏高度-(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{ if (section == 0) return 46; else return 30.0f;} -(UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section{ CGRect headerFrame = CGRectMake(0... 阅读全文

posted @ 2013-10-14 13:52 Hai_阔天空 阅读(1245) 评论(0) 推荐(0)

导航