ios - Move from UITableView to a UIView on Table Cell press -


i'm trying move uitableview uiview clicking table cell. i'm using manual segue hooked uitableview's view controller , hooked uiview's view controller given name.

i'm using call it:

[self performseguewithidentifier:@"todoeditsegue" sender:self]; 

but error:

terminating app due uncaught exception 'nsinvalidargumentexception', reason: 'receiver (<todosviewcontroller: 0x6e47230>) has no segue identifier 'todoeditsegue'' 

the segue definately there, i'm using storyboard.

any ideas how can working asap?

click on concerned segue in storyboard on right side go storyboard segue add todoeditsegue in identifier


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -