A question related to initWithNibName
- by user217572
hi
These are the steps i'm following
1on click of home button i had set 1 value
2so i'm clicking on home button
3now i again click on application
4so my applicationdidfinishlaunching method calls
5i'm getting that value 1
6now in applicationdidfinishlaunching method i check wether the value is 1 or not
7now as per discussion value is 1
8in that condition i load the 1 view which is the view of rootviewcontroller
9but 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?