ZCycleView icon indicating copy to clipboard operation
ZCycleView copied to clipboard

pagecontrol 不能通过属性隐藏

Open SmallMX opened this issue 3 years ago • 2 comments

现在pagecontrol即使不需要显示,也会创建

SmallMX avatar Mar 29 '21 06:03 SmallMX

在protocol里隐藏就好了 func cycleViewConfigurePageControl(_ cycleView: ZCycleView, pageControl: ZPageControl) { pageControl.isHidden = true }

现在pagecontrol即使不需要显示,也会创建

yeahohooh avatar Apr 13 '21 05:04 yeahohooh

pageControl.isHidden = true还是显示,cgrect.zero,color.clear依然显示,裂开

2227322717 avatar May 13 '21 03:05 2227322717