Guest User

Untitled

a guest
Jun 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. - (void) tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
  2. [self.navigationController pushViewController: detailsViewController animated: TRUE];
  3. }
  4.  
  5. [tableView deselectRowAtIndexPath:indexPath animated: YES];
Add Comment
Please, Sign In to add comment