hi These are the steps i'm following
- on click of home button i had set 1 value
- so i'm clicking on home button
- now i again click on application
- so my applicationdidfinishlaunching method calls
- i'm getting that value 1
- now in applicationdidfinishlaunching method i check wether the value is 1 or not
- now as per discussion value is 1
- in that condition i load the 1 view which is the view of rootviewcontroller
- 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?