I need to change a initial background of an application.
when I debug an IOS code, I found the initial windows's background get set even before I enter the
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
I am wondering what's the possible place to set the background image.