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
../Pods/PageControls/PageControls/Classes/SnakePageControl.swift:118:24: Method does not override any method from its superclass
If I remove the override this is the result:
.../Pods/PageControls/PageControls/Classes/FilledPageControl.swift:118:24: Method 'intrinsicContentSize()' with Objective-C selector 'intrinsicContentSize' conflicts with getter for 'intrinsicContentSize' from superclass 'UIView' with the same Objective-C selector
I got this error:
../Pods/PageControls/PageControls/Classes/SnakePageControl.swift:118:24: Method does not override any method from its superclass
If I remove the
override
this is the result:.../Pods/PageControls/PageControls/Classes/FilledPageControl.swift:118:24: Method 'intrinsicContentSize()' with Objective-C selector 'intrinsicContentSize' conflicts with getter for 'intrinsicContentSize' from superclass 'UIView' with the same Objective-C selector
This happens four times in the same file.