iphone - Navigationbar not showing on pushing view controller -


i have working on navigation base application. problem when push other view controller navigation controller .view controller viewwillappear not called.

testcategoryhistory *testvc = [[testcategoryhistory alloc] initwithnibname:@"testcategoryhistory" bundle:nil];

[self.navigationcontroller pushviewcontroller:testvc animated:yes]; [testvc release];` 

here test's viewwillappear not called.and navigationbar not showing..

make sure current view controller "in" navigation controller. so, can push view controller show.


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -