Quote:
Originally Posted by firebug
did you try cleaning the build in both the simulator and on the device
|
1) Make sure the file name is Default.png
2)make sure the file is copied in the application
3)
- (void)applicationDidFinishLaunching

UIApplication *)application {
sleep(3);/// write this
// Override point for customization after app launch
[window addSubview:viewController.view];
[window makeKeyAndVisible];
}