Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
DZXCarouselView
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
lufei
DZXCarouselView
Commits
ab26542b
Commit
ab26542b
authored
Sep 26, 2021
by
zhixing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【feature】刷新时 pageControl 重置, pageControl 刷新时 重叠显示的bug
【影响范围】 轮播 pageControl显示 【风险评估】低 【是否自测】是
parent
f135538d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
DZXCarouselView/Classes/DZXCarouselView.m
DZXCarouselView/Classes/DZXCarouselView.m
+4
-0
No files found.
DZXCarouselView/Classes/DZXCarouselView.m
View file @
ab26542b
...
...
@@ -392,6 +392,10 @@ static BOOL isScrolling = NO;
for
(
UIView
*
subView
in
self
.
scrollView
.
subviews
)
{
[
subView
removeFromSuperview
];
}
if
(
self
.
pageControl
)
{
[
self
.
pageControl
removeFromSuperview
];
self
.
pageControl
=
nil
;
}
self
.
nextV
=
nil
;
self
.
currentV
=
nil
;
self
.
lastV
=
nil
;
...
...
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