I\'m trying to make a table view with an appearance much like the default Weather application provided by Apple. However I\'m struggling a bit to make the table cells look corre
It turned out that somebody else had already answered this in a slightly different question:
- (BOOL)tableView:(UITableView *)tableView shouldIndentWhileEditingRowAtIndexPath:(NSIndexPath *)indexPath { return NO; }