- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
self.window = initWithFrame: bounds]];
self.window.backgroundColor = ;
;
UIImageView *imgview= initWithFrame:CGRectMake(0, 0, 320, 480)];
];
imgview.alpha=1.0;
;
UIImageView *gifImageView = initWithFrame:CGRectMake(0, 0, 114, 114)];
NSArray *gifArray = ,
,
,
,
,
,
nil];
gifImageView.animationImages = gifArray; //动画图片数组
gifImageView.animationDuration = 3.0; //执行一次完整动画所需的时长
gifImageView.animationRepeatCount = 0; //动画重复次数
;
gifImageView.center=self.window.center;
;
;
return YES;
}
-(void)ViewController
{
nav = initWithRootViewController:self.viewController];
;
;
self.window.rootViewController = nav;
;
wAVEYNO2ViewController = initWithNibName:@“WAVEYNO2ViewController” bundle:nil];
;
}
;高手这句话怎么中的tabBarController之前一直没提到啊一直报错 请完善一下
;高手这句话怎么中的tabBarController之前一直没提到啊一直报错 请完善一下