I have a modal view controller whose view comes from a XIB. I want it to have the same look and feel as the rest of my navigation based app, but it\'s not a view that\'s pu
Simply put your UIViewController into a new UINavigationControllers view controller stack and present that navigation controller modally.
UIViewController
UINavigationController