I donβt think you can associate a particular disclosure button with segue. My storyboards are extremely software b / c. I use many custom CGRect, etc.
so I usually use something like this:
-(void)tableView:(UITableView *)tableView accessoryButtonTappedForRowWithIndexPath:(NSIndexPath *)indexPath { [self performSegueWithIdentifier:@"ViewControllerIdentifer" sender:self]; }
for reference, this is a very good example of a project on storyboards and tabular reviews. there is also a link to the project below.
http://www.raywenderlich.com/5191/beginning-storyboards-in-ios-5-part-2
source share