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
0
Merge Requests
0
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
a84df93a
Commit
a84df93a
authored
Jun 27, 2019
by
Jidong Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Demo "animated"
parent
d4fd4eda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
ios/Classes/1.0/FLBFlutterApplication.m
ios/Classes/1.0/FLBFlutterApplication.m
+11
-2
No files found.
ios/Classes/1.0/FLBFlutterApplication.m
View file @
a84df93a
...
@@ -136,8 +136,12 @@
...
@@ -136,8 +136,12 @@
exts
:(
NSDictionary
*
)
exts
exts
:(
NSDictionary
*
)
exts
completion
:(
void
(
^
)(
BOOL
))
completion
completion
:(
void
(
^
)(
BOOL
))
completion
{
{
BOOL
animated
=
YES
;
if
([
exts
[
@"animated"
]
boolValue
]){
animated
=
[
exts
[
@"animated"
]
boolValue
];
}
[
self
.
platform
closePage
:
uid
[
self
.
platform
closePage
:
uid
animated:
[
exts
[
@"animated"
]
boolValue
]
animated:
animated
params:
exts
[
@"params"
]
params:
exts
[
@"params"
]
completion:
completion
];
completion:
completion
];
}
}
...
@@ -148,9 +152,14 @@
...
@@ -148,9 +152,14 @@
reult
:(
void
(
^
)(
NSDictionary
*
))
resultCallback
reult
:(
void
(
^
)(
NSDictionary
*
))
resultCallback
completion
:(
void
(
^
)(
BOOL
))
completion
completion
:(
void
(
^
)(
BOOL
))
completion
{
{
BOOL
animated
=
YES
;
if
([
exts
[
@"animated"
]
boolValue
]){
animated
=
[
exts
[
@"animated"
]
boolValue
];
}
[
self
.
platform
openPage
:
url
[
self
.
platform
openPage
:
url
params:
urlParams
params:
urlParams
animated:
[
exts
[
@"animated"
]
boolValue
]
animated:
animated
completion:
completion
];
completion:
completion
];
}
}
...
...
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