iphone - viewWillAppear, viewDidAppear,... 4 UIViewController not called.
viewWillAppear, viewDidAppear, viewWillDisappear, viewDidDisappear
I created a UINavigationController, pushed a UIViewController with the above methods (with the right method signatures). I can see from the console log that none of the above methods got called.
I also tried creating a UINavigationController with a root viewcontroller that was a UITableViewController. The UITableViewController pushed another UIViewController upon cell selection. Neither table controller nor view controller's view*appear methods got called.
- J
Mac OS X (10.5.2)