simple question of pushViewController

Posted by user217572 on Stack Overflow See other posts from Stack Overflow or by user217572
Published on 2010-03-15T10:50:18Z Indexed on 2010/03/15 13:39 UTC
Read the original article Hit count: 227

Filed under:

messagecontroller is nothing but object of initialize nib file.

[self.navigationController pushViewController:messageController animated:YES];

this statement executes in normal condition

this statement also works on state maintainace testing , this line executes properly but not open new view ,why?

© Stack Overflow or respective owner

Related posts about iphone