Отметьте ссылку
или код, указанный ниже,
В интерфейсе вашего приложения Delegate:
@interface AppDelegate : NSObject
{
UIImageView * splashView;
} * +1010 *
В реализации:
@implementation AppDelegate
- (void) applicationDidFinishLaunching: (UIApplication *) приложение {
[окно addSubview: tabBarController.view];
splashView = [[UIImageView alloc] initWithFrame: CGRectMake (0, 0, 320, 480)];
splashView.image = [UIImage imageNamed: @ "Default.png"];
[окно addSubview: splashView];
[окно takeSubviewToFront: splashView];
// Есть ли у вас трудоемкая настройка
[splashView removeFromSuperview];
[выпуск splashView];
}