문제

I have a container view which embeds a navigation controller (UINavigationController) with a root view that is a UITableViewController. One of the prototype cell has a push segue on selection to another UITableViewController. This is all via the storyboard in XCode 5. No actual code.

Unfortunately nothing happens when the cell is selected.

What am I missing?

Thanks

도움이 되었습니까?

해결책 2

Found the solution. In my controller showing that custom animated controller, I needed to use addChildViewController.

다른 팁

I tried before with that structure and it should work well. Here is an example screenshot of the full storyboard:

enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top