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
you can use existing navigation bar with following code
self.navigationController?.navigationBar.topItem?.title = "Calender"