We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The recently added CombinationAnimationGenerator.swift fails to compile for OSX. Adding
CombinationAnimationGenerator.swift
#if os(OSX) import AppKit #else import UIKit #endif
fixes the build but the animation example in the OSX Example hangs.
The text was updated successfully, but these errors were encountered:
Hi, @wildthink, thanks, build fixed in the master branch. Also, you always can send fixes by pull request. We will investigate hangs.
Sorry, something went wrong.
This issue fixed in the master branch and will be available in the 0.9.4 release.
ystrot
No branches or pull requests
The recently added
CombinationAnimationGenerator.swift
fails to compile for OSX.Adding
fixes the build but the animation example in the OSX Example hangs.
The text was updated successfully, but these errors were encountered: