ZCycleView
ZCycleView copied to clipboard
pagecontrol 不能通过属性隐藏
现在pagecontrol即使不需要显示,也会创建
在protocol里隐藏就好了 func cycleViewConfigurePageControl(_ cycleView: ZCycleView, pageControl: ZPageControl) { pageControl.isHidden = true }
现在pagecontrol即使不需要显示,也会创建
pageControl.isHidden = true还是显示,cgrect.zero,color.clear依然显示,裂开