Guest User

Untitled

a guest
Nov 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
  2. NSLog(@"section");
  3. } else {
  4. NSLog(@"row");
  5. }
  6. }
Add Comment
Please, Sign In to add comment