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

一些问题

parent 9604e1ea
...@@ -124,10 +124,10 @@ static NSUInteger kInstanceCounter = 0; ...@@ -124,10 +124,10 @@ static NSUInteger kInstanceCounter = 0;
[self.class instanceCounterDecrease]; [self.class instanceCounterDecrease];
} }
//- (void)viewDidLoad { - (void)viewDidLoad {
// [super viewDidLoad]; [super viewDidLoad];
// self.view.backgroundColor = UIColor.whiteColor; self.view.backgroundColor = UIColor.whiteColor;
//} }
#pragma mark - ScreenShots #pragma mark - ScreenShots
- (BOOL)isFlutterViewAttatched - (BOOL)isFlutterViewAttatched
...@@ -228,5 +228,14 @@ static NSUInteger kInstanceCounter = 0; ...@@ -228,5 +228,14 @@ static NSUInteger kInstanceCounter = 0;
params:@{}]; params:@{}];
} }
- (void)installSplashScreenViewIfNecessary {
//Do nothing.
}
- (BOOL)loadDefaultSplashScreenView
{
return NO;
}
@end @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