0

我有一个UITableView标题的这个实现:

 - (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section
    {
        return [[[UILocalizedIndexedCollation currentCollation] sectionTitles] objectAtIndex:section];
    }

除此之外,它几乎是默认的。
当我滚动到表格视图的底部时,表格视图的标题消失了,而是留下了空白。如果我开始滚动,例如即使改变 1 px 的偏移量,我也会返回标题。任何想法为什么会发生这种情况?

4

0 回答 0