Полагаю, вы можете добавить свой стартовый образ следующим способом:
- (void)applicationWillEnterForeground:(UIApplication *)application
{
/*
Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
*/
}
Это в делегате вашего приложения.