push viewcontroller using UINavigationController sometimes calls viewDidAppear: and viewWillAppear:

Posted by Fossli on Stack Overflow See other posts from Stack Overflow or by Fossli
Published on 2010-05-19T14:56:32Z Indexed on 2010/05/20 16:40 UTC
Read the original article Hit count: 274

Filed under:
|

When pushing a viewcontroller using UINavigationController into the view:

  1. What is necessary for it to trigger viewDidAppear: and viewWillAppear: ?
  2. What makes it fail to not trigger viewDidAppear: and viewWillAppear: ?

We are having a hard time relying on wether those methods gets triggered or not.

© Stack Overflow or respective owner

Related posts about xcode

Related posts about iphone