-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swift 3 #1
Comments
It's a very minor fix if you just use the Xcode syntax conversion feature... it's only a few minor automatic changes. |
The Xcode (8.3.3) syntax conversion is not able to fix a line in "CubicCurveAlgorithm.swift": Line 123: You have to replace it manually with: |
That's interesting, I wonder why the earlier versions of syntax conversion worked on all of the lines, but not the version you are using? |
An swift 3 syntax upgrade for your nice Algorithm would be desireable ;) |
CubicCurveALgorithm.swift is not compatible with swift 3 syntax
The text was updated successfully, but these errors were encountered: