How can I remove or change the UIEdgeInset of these two UITableViewCellSeparators?
问题 I have this UITableViewController, and I wanted to change the separators' edge insets. I have managed to change the ones between cells, but the two line I have shown in the image below is not changing. The top one is the line just below the section header view, and the other one is (I suppose) the line just above the section footer view, but I have not added or changed the latter. Many thanks in advance 回答1: That's what you get for using the grouped tableView style. Anyways... since it seems