I have a custom UITableViewCell, called EventCell.
EventCell
EventCell.h
#import @interface EventCell : UITabl
You need to implement
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { [self performSegueWithIdentifier:@"YourSegueIdentifier" sender:nil]; }