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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -