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

Compiler errors in Xcode 8 Beta 6 #3

Closed xoniq closed 8 years ago

xoniq commented 8 years ago

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.

popwarsweet commented 8 years ago

There is now a feature/swift3 branch which will work on the beta version of Xcode.