Commit 6da5f686 authored by Jidong Chen's avatar Jidong Chen

一些问题

parent 9604e1ea
......@@ -124,10 +124,10 @@ static NSUInteger kInstanceCounter = 0;
[self.class instanceCounterDecrease];
}
//- (void)viewDidLoad {
// [super viewDidLoad];
// self.view.backgroundColor = UIColor.whiteColor;
//}
- (void)viewDidLoad {
[super viewDidLoad];
self.view.backgroundColor = UIColor.whiteColor;
}
#pragma mark - ScreenShots
- (BOOL)isFlutterViewAttatched
......@@ -228,5 +228,14 @@ static NSUInteger kInstanceCounter = 0;
params:@{}];
}
- (void)installSplashScreenViewIfNecessary {
//Do nothing.
}
- (BOOL)loadDefaultSplashScreenView
{
return NO;
}
@end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment