Skip to content
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

Make compatible with swift 3 and xcode 8 #63

Closed
giaotuancse opened this issue Sep 15, 2016 · 10 comments
Closed

Make compatible with swift 3 and xcode 8 #63

giaotuancse opened this issue Sep 15, 2016 · 10 comments

Comments

@giaotuancse
Copy link

Currently does not compile in Xcode 8 due to swift 3 compatibility

@jayvenn
Copy link

jayvenn commented Sep 18, 2016

Bump! Please update

@idrisyildiz7
Copy link

Please update.. I am waiting for...

@faresbh
Copy link

faresbh commented Sep 22, 2016

#64

@PhilippeBoisney
Copy link

Thanks @faresbh for your PR ! I've just updated my podfile with your repo :
pod 'MaterialKit', :git => 'https://github.com/faresbh/MaterialKit', :branch => "swift3"
Seems to work !

@iteamtech
Copy link

iteamtech commented Oct 26, 2016

compatible with swift3

@ghost
Copy link

ghost commented Nov 18, 2016

Any update on when would this be fixed? I am stuck with MaterialKit not working on Xcode 8.1 and Swift 3... Getting these errors:

  1. MKLayer.swift:98:24: Method does not override any method from its superclass

    open override func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {

  2. MKLayer.swift:251:40: Cannot assign value of type 'MKLayer' to type 'CAAnimationDelegate?'

    opacityAnim.delegate = self

  3. MKLayer.swift:272:34: Cannot assign value of type 'MKLayer' to type 'CAAnimationDelegate?'

    scaleAnim.delegate = self

@Aneesh9090
Copy link

Any Update regarding the errors that is been mentioned by @sategroup . I'm also stuck with the same errors.

@ghost
Copy link

ghost commented Dec 19, 2016 via email

@Aneesh9090
Copy link

@sategroup you have any work around for the same ?

@ghost
Copy link

ghost commented Dec 20, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants