Skip to content

Instantly share code, notes, and snippets.

@ejknapp
Created June 17, 2010 17:42
Show Gist options
  • Select an option

  • Save ejknapp/442450 to your computer and use it in GitHub Desktop.

Select an option

Save ejknapp/442450 to your computer and use it in GitHub Desktop.
//In RootViewController.m
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
[self.navigationController pushViewController:self.wordsController animated:YES];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment