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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -