Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
GMBase
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMBase
Commits
ba478f8c
Commit
ba478f8c
authored
Sep 07, 2020
by
jz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove maskview
parent
cb64de1e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
GMPresentAnimation.m
GMBase/Classes/GMPresentAnimation.m
+1
-1
WMBaseListViewController.m
GMBase/Classes/WMBaseListViewController.m
+0
-1
No files found.
GMBase/Classes/GMPresentAnimation.m
View file @
ba478f8c
...
...
@@ -88,7 +88,7 @@
fromView
.
frame
=
newFrame
;
_mask
.
alpha
=
0
;
}
completion
:^
(
BOOL
finished
)
{
if
(
self
.
needMask
)
{
if
(
_mask
.
superview
)
{
[
_mask
removeFromSuperview
];
}
// 动画结束后移除toVC.snapshot,留着会挡住toVC,用户无法交互
...
...
GMBase/Classes/WMBaseListViewController.m
View file @
ba478f8c
...
...
@@ -186,7 +186,6 @@
[
_table
reloadData
];
[
_table
.
mj_header
endRefreshing
];
[
_table
.
mj_footer
endRefreshing
];
}
[
self
updateOtherUIData
];
...
...
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