Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flutter_boost_1.22.4
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李增强
flutter_boost_1.22.4
Commits
6da5f686
Commit
6da5f686
authored
Jun 04, 2019
by
Jidong Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
一些问题
parent
9604e1ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
ios/Classes/Container/FLBFlutterViewContainer.m
ios/Classes/Container/FLBFlutterViewContainer.m
+13
-4
No files found.
ios/Classes/Container/FLBFlutterViewContainer.m
View file @
6da5f686
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment