Keep UITableView padding on header but no in separator on IOS7
with the transition on iOS7 the separator has 15px padding on left. I know that i can remove this padding with separator inset feature on the UITableView setting in the xib file, but i need to keep heading text with padding. How to do it? default: with custom on separator inset to 0: i need to keep separators like figure 2, but the header with "2013" like picture 1. Xeieshan for Seperator you can set it via Storyboard and for header make a custom header like this - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section { UIView *viewHeader = [UIView.alloc