iPhone: Putting only one section of UITableView in Edit mode
This really shouldn't be a mystery, as it's spelled out clearly in the documentation. Simply use the datasource method
- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath