popwarsweet / PageControls

This is a selection of custom page controls to replace UIPageControl, inspired by a dribbble found here: https://dribbble.com/shots/2578447-Page-Control-Indicator-Transitions-Collection
MIT License
1.1k stars 90 forks source link

Swift Compiler Error #13

Closed JeremeLau closed 2 years ago

JeremeLau commented 6 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

kolorobos commented 5 years ago

It was renamed. Just change the line to layer.fillRule = CAShapeLayerFillRule.evenOdd.