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

Pass completion flag to callbacks for animations #112

Merged
merged 1 commit into from
Mar 1, 2017

Conversation

k0nserv
Copy link
Contributor

@k0nserv k0nserv commented Feb 27, 2017

Previously the completed value from
UIView.animate was not passed to the callback in
setTitleVisible(_ titleVisible:, animated:, animationCompletion:),
it is now.

cc @bogren

@k0nserv k0nserv force-pushed the pass-completed-argument-for-animation-completions branch from 3d21c1f to 190d905 Compare February 27, 2017 16:04
Previously the completed value from
`UIView.animate` was not passed to the callback in
`setTitleVisible(_ titleVisible:, animated:, animationCompletion:)`,
it is now.
@k0nserv
Copy link
Contributor Author

k0nserv commented Feb 27, 2017

Resolves #110

@k0nserv
Copy link
Contributor Author

k0nserv commented Feb 27, 2017

This will be released as 3.0.0 since it's a breaking change

Copy link
Contributor

@bogren bogren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@k0nserv k0nserv merged commit ca6a35b into master Mar 1, 2017
@k0nserv k0nserv deleted the pass-completed-argument-for-animation-completions branch March 1, 2017 13:39
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

Successfully merging this pull request may close these issues.

2 participants