UITableView如何隐藏一个section
uitableview采用group方式显示,每个section之间有一定的空隙,现在想隐藏一个section,-(NSInteger)tableView:(UITabl...
uitableview采用group方式显示,每个section之间有一定的空隙,现在想隐藏一个section,- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section我在这里把隐藏section的rows个数设置成0,虽然隐藏了,但是这块区域空隙很大,有什么办法解决吗
展开
2个回答
2013-04-04
展开全部
解决了,先把tableView.sectionHeaderHeight = 0;tableView.sectionFooterHeight = 0;再根据需要实现:- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section就可以控制group模式隐藏section了。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询