A question related to initWithNibName

Posted by user217572 on Stack Overflow See other posts from Stack Overflow or by user217572
Published on 2010-03-22T05:50:49Z Indexed on 2010/03/22 5:51 UTC
Read the original article Hit count: 218

Filed under:

hi These are the steps i'm following 1>on click of home button i had set 1 value 2>so i'm clicking on home button 3>now i again click on application 4>so my applicationdidfinishlaunching method calls 5>i'm getting that value 1 6>now in applicationdidfinishlaunching method i check wether the value is 1 or not 7>now as per discussion value is 1 8>in that condition i load the 1 view which is the view of rootviewcontroller 9>but after complete execution of this viewdidload method it executes the initwithnibname of some another view

my questuon is all about why 9 number executes if it executes how to debug it?

© Stack Overflow or respective owner

Related posts about iphone