在 HeaderInSection 中查看大小不增加

Posted

技术标签:

【中文标题】在 HeaderInSection 中查看大小不增加【英文标题】:view in HeaderInSection size not increasing 【发布时间】:2013-09-21 05:45:18 【问题描述】:

我尝试在 uitabelview 中为部分指定标题,包含视图大小的标签无法增加超过 50,这是我的代码,

-(UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section

if(tableView.tag==20)

    UIView *view = [[UIView alloc] initWithFrame:CGRectMake(0, 0, tableView.frame.size.width, 55)];
    [view addSubview:label];
    [view setBackgroundColor:[UIColor colorWithRed:166/255.0 green:177/255.0 blue:186/255.0 alpha:1.0]]; 
    return view;


如何添加如图所示的部分,

【问题讨论】:

【参考方案1】:

我认为这将解决您的问题。

- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section
 return 100;

享受编码......

【讨论】:

【参考方案2】:

转到 setction Height 中 Table set 中的 xib 见下图

【讨论】:

以上是关于在 HeaderInSection 中查看大小不增加的主要内容,如果未能解决你的问题,请参考以下文章

数据化分析:微信文章不增粉的主要原因

九度OJ-1112-导弹拦截-最长不增子序列

[SPOJ-NSUBSTR]Substrings

project euler113

在 Chrome 中查看元素大小

如何查看电脑硬盘缓存大小