I want to make a UITableView as close to the iOS settings view as possible:
How do i create the space between different sections? What\'s the best way?
try these..
- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section { return 30; //according to your need.. }
i hope it helps..