Closed JeremeLau closed 2 years ago
~/Pods/LLCycleScrollView/Lib/LLCycleScrollView/LLFilledPageControl.swift:119:34: Type 'CAShapeLayerFillRule' (aka 'NSString') has no member 'evenOdd'
somebody help With Xcode Version 10.1 (10B61) With Swift 4.2
It was renamed. Just change the line to layer.fillRule = CAShapeLayerFillRule.evenOdd.
layer.fillRule = CAShapeLayerFillRule.evenOdd
~/Pods/LLCycleScrollView/Lib/LLCycleScrollView/LLFilledPageControl.swift:119:34: Type 'CAShapeLayerFillRule' (aka 'NSString') has no member 'evenOdd'
somebody help With Xcode Version 10.1 (10B61) With Swift 4.2