我想實現一個沒有節標題的分組和索引的UITableView。索引的UITableView沒有節標題
我正在使用sectionIndexTitlesForTableView:(UITableView *)tableView
來返回我的標題。
我還實施tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
並返回nil
以及tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section
並返回0.0f
。
兩者都不會刪除節標題。不同部分之間仍有空間。
所以你希望桌子看起來好像你只有一個部分? – phi
基本上這就是我想要的,是的。 – dlinsin
在這裏看到我的答案。它應該解決你的問題。 http://stackoverflow.com/questions/2817308/reducing-the-space-between-sections-of-the-uitableview/2817696#2817696將值設置爲1。 – Tomen