Commit ab26542b authored by zhixing's avatar zhixing

【feature】刷新时 pageControl 重置, pageControl 刷新时 重叠显示的bug

【影响范围】 轮播 pageControl显示
【风险评估】低
【是否自测】是
parent f135538d
......@@ -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;
......
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