ios - Segue configured but not fired -
ios - Segue configured but not fired -
i have next setup of storyboard
nc --> tvc --> vc --> tvc --> vc
problem face first segue tableviewcontroller viewcontroller work , sec not. both configured force segues ( actual transitions configured way ) both tables filled in dynamically. first 1 works , sec not. issue ? segues has named set , table cells has ids, event on selecting table cell firing in both cases, prepare segue not firing in sec case.
thanks in advance
probably going need see code. without seeing it, create sure:
make sure have segue wired view you have specified , using right segue identifier make sure calling [self performseguewithidentifier:@"segueidentifier" sender:nil]; in didselectrowatindexpath method. ios ios5 uitableview storyboard segue
Comments
Post a Comment