I\'m creating an app in ios5 using storyboards. I have a tableviewcontroller embedded in a navigation controller and when you click on the cells in the tableviewcontroller s
I got the same problem and haven't solved it yet with storyboards. However, I think that the segue should start at the cell, not the entire tableviewcontroller. if you use prototype cells, this could work - but i don't know about code-created cell types. would appreciate any help on this topic, too.
Edit: The tutorial at http://kurrytran.blogspot.com/2011/10/ios-5-storyboard-and.html suggests that no segue solution exists and you still have to do the transition to detail view in code. I don't know how correct this is, but I will just do it that way until someone shows me the pure storyboarding/segue solution ;).