如何制作UITableView列标题文本,如C#/ .NET网格?
我只创建记录,但是我无法设置UITableView列标题文本。 我想在UITableView中进行适当的格式化。
答案 0 :(得分:3)
如果我理解正确,我认为你需要这个
- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section
答案 1 :(得分:0)
那是因为表视图不是.Net网格。如果您想在tableview中使用类似网格的布局,请查看iPhone Multiple Columns in UITableView或iPhone + UITableView with multiple columns