-
Notifications
You must be signed in to change notification settings - Fork 420
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
Programmatically Swipe does not perform Animation correctly #84
Comments
+1 |
It only works when you first drag the card by hand a little bit. This should be fixed. @modocache Do you have any idea for a workaround? |
@vikmeup Any idea on this issue? |
I had a similar issue, with a console error: My error was due to the This has since been fixed on master: ... but was not available in the podspec version. Until the podspec is updated, I work around by changing my
|
@jeanfw when I add that line I get the following error: Assigning to 'CGAffineTransform' (aka 'struct CGAffineTransform') from incompatible type 'CATransform3D' (aka 'struct CATransform3D') |
@acegreen Yes I also had the same error when just adding the line, but ultimately went for updating the whole POD, and that worked for me. |
Thanks for the feedback. I made too many changes to update my pod. Not sure how thats handled as I'm new to this whole pod thing |
its actually self.mdc_viewState.originalTransform = self.transform; without .layer |
This was driving me crazy today, thanks for the solution guys, the :head version of the podspec works. @modocache , this issue can be closed. |
In the SwiftLikedOrNope sample when you click the buttons to swipe programmatically the swipe animation is not performed. You do not see the "liked" or "nope" and the card does not rotate. It just vanishes.
Could you please fix that.
The text was updated successfully, but these errors were encountered: