Skip to content

Commit

Permalink
Don't show Done button in child panes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortwin Gentz committed Nov 24, 2010
1 parent e8f5da5 commit 1350eff
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -624,6 +624,7 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
[newItemDict addEntriesFromDictionary: [_viewList objectAtIndex:kIASKSpecifierChildViewControllerIndex]]; // copy the title and explain strings

targetViewController = [[[self class] alloc] initWithNibName:@"IASKAppSettingsView" bundle:nil];
targetViewController.showDoneButton = NO;
targetViewController.delegate = self.delegate;

// add the new view controller to the dictionary and then to the 'viewList' array
Expand Down

0 comments on commit 1350eff

Please sign in to comment.