我用的是uitableviewcontroller,把style設為了group,就會出現上面的那部分空間,我把sectionHeaderHeight設為0 也去不掉,把self.automaticallyAdjustsScrollViewInsets設為no,也不行,
(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section 在這個方法返回0 也沒效果,大小都不改變,但是返回1的話,那部分的高度是會變成1,
不知道為什麼返回0它沒效果。請教該這麼辦
(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section 在這個方法返回0.001