在 iPhone 中为 UITableView 设置列标题文本
Posted
技术标签:
【中文标题】在 iPhone 中为 UITableView 设置列标题文本【英文标题】:Setting column header text for a UITableView in iPhone 【发布时间】:2011-05-02 11:01:06 【问题描述】:如何制作 UITableView 列标题文本,如 C#/.NET 网格?
我只做记录,但我不能设置 UITableView 列标题文本。 我想在 UITableView 中正确格式化..
【问题讨论】:
请重新表述您的问题并包含代码 sn-ps。 【参考方案1】:如果我理解正确,我认为你需要这个
- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section
【讨论】:
【参考方案2】:这是因为表格视图不是 .Net 网格。如果您想在 tableview 中使用类似网格的布局,请查看 iPhone Multiple Columns in UITableView 或 iPhone + UITableView with multiple columns
【讨论】:
以上是关于在 iPhone 中为 UITableView 设置列标题文本的主要内容,如果未能解决你的问题,请参考以下文章
在 UITableView 中为 Section Header 添加填充
如何在 Swift 中为 UITableView 设置左右边距
如何在 UITableView 的单元格中为 UIImageView 获取 touchesMoved?
Swift 在 UITableView 中为容器视图设置约束