tags:

views:

43

answers:

1

Hi! I would like to place a UINavigation View within a Modal view but I am having loads of problems. I managed to get the modal view working, but when trying to put a UINavigationController in it it just comes up with a blank screen.

Does anybody know how to do that properly?

+1  A: 

Create a UINavigationController, initialize it with your UIViewController at its root, and then present the navigation controller modally.

Justin