cocoaTouch/HogHatViewController.m
changeset 3317 198ec44b6d92
parent 3316 52f0482b043f
child 3325 652a8ebdf667
equal deleted inserted replaced
3316:52f0482b043f 3317:198ec44b6d92
   182 
   182 
   183             self.lastIndexPath = indexPath;
   183             self.lastIndexPath = indexPath;
   184             [self.tableView selectRowAtIndexPath:indexPath animated:YES scrollPosition:UITableViewScrollPositionNone];
   184             [self.tableView selectRowAtIndexPath:indexPath animated:YES scrollPosition:UITableViewScrollPositionNone];
   185         } 
   185         } 
   186         [self.tableView deselectRowAtIndexPath:indexPath animated:YES];
   186         [self.tableView deselectRowAtIndexPath:indexPath animated:YES];
       
   187         [self.navigationController popViewControllerAnimated:YES];
   187     }
   188     }
   188 }
   189 }
   189 
   190 
   190 
   191 
   191 #pragma mark -
   192 #pragma mark -