tableview 为group时 section 的间距 怎么修改

 我来答
day忘不掉的痛
2015-02-14 · 知道合伙人数码行家
day忘不掉的痛
知道合伙人数码行家
采纳数:62646 获赞数:223939
本人担任公司网络部总经理多年,有充足的网络经验、互联网相关知识和资讯。

向TA提问 私信TA
展开全部
(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{
return 1;
}

- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section {
UIView *view=[[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 1)];
view.backgroundColor = [UIColor redColor];
return [view autorelease];
}

把红色去掉就行了
vienaldoxx
2016-05-15 · TA获得超过477个赞
知道小有建树答主
回答量:552
采纳率:50%
帮助的人:214万
展开全部
(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{
return 1;
}

- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section {
UIView *view=[[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 1)];
view.backgroundColor = [UIColor redColor];
return [view autorelease];
}

把红色去掉就行了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
企业管理软件知识小店
2016-03-30 · 超过67用户采纳过TA的回答
知道小有建树答主
回答量:187
采纳率:0%
帮助的人:118万
展开全部
- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{
return 1;
}

- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section {
UIView *view=[[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 1)];
view.backgroundColor = [UIColor redColor];
return [view autorelease];
}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
游00015
2016-05-22 · TA获得超过898个赞
知道答主
回答量:191
采纳率:100%
帮助的人:44.2万
展开全部
(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{
return 1;
}

- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section {
UIView *view=[[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 1)];
view.backgroundColor = [UIColor redColor];
return [view autorelease];
}

把红色去掉就行了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
唯爱张小凡
2016-04-14
知道答主
回答量:44
采纳率:0%
帮助的人:9.9万
展开全部
(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{
return 1;
}

- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section {
UIView *view=[[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 1)];
view.backgroundColor = [UIColor redColor];
return [view autorelease];
}

把红色的去掉就行了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
手机用户13337
2016-06-21
知道答主
回答量:6
采纳率:0%
帮助的人:6460
展开全部
(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{
return 1;
}

- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section {
UIView *view=[[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 1)];
view.backgroundColor = [UIColor redColor];
return [view autorelease];
}

把红色去掉就行了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(13)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式