In my tableview xib i couldn't be able to show navigation bar on run time? My coding as follows
- (void)viewDidLoad
{
ar=[[NSMutableArray alloc]initWithObjects:@"When im happy..i...",@"When im sad.. i...",@"When i'm mad.i...",@"My worst habbit is....",@"The best thing about me is...",nil];
[super viewDidLoad];
self.title=@"Welcome";
self.navigationItem.leftBarButtonItem=self.editButtonItem;
}
The table view doesnt showing the navigation bar.Please help me out