views:

4

answers:

0

At first i created a window based application for my project and kept on working for it but now due to some important changes i had to change it to a navigation based app.. i did it by making changes in my MainWindow.nib file by adding NavigationController to it and making the necessary connections...everything went fine i started my app and it did start with my new view(table view and all) but the view appears on the whole screen and the bar where network coverage, time and battery signs are present is invisible....how can i make that bar visible in my app?? i am stuck with it and cant figure out what went wrong...any help on it would be great..

related questions