-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Adding support for the animator proxy on OS X #41
Conversation
I have started an Example Mac project on my fork:master if you want to have a quick look at this working on the Mac. If I have time to beef up the example project I'll send a pull request for it separately. |
{ | ||
for (id<MASConstraint> constraint in self.childConstraints) { | ||
#pragma clang diagnostic push | ||
#pragma clang diagnostic ignored "-Wunused-value" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you use [constraint animator] you will avoid having to ignore the warning
@pfandrade looking great! Just a couple of minor things |
Also mac example proj however basic would be great has been on todo list for a while 👍 |
Added the style fixes. As for the Mac example, I'll clean it up, and add a couple more examples before issuing the pull request. Right now it's just a quick way to test this animator proxy code. |
Nice! Thanks again for the contribution 👍 |
Adding support for the animator proxy on OS X
Adding support for the animator proxy on OS X
Enabled using the animator proxy on OS X (issue #39)