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

I added the possibility to reset UIView transformation #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ricardo1980
Copy link

I added the possibility to reset UIView transformation, useful when you want to restart everything. I use this in a flash card I'm doing.

@sgabello
Copy link
Owner

Hi Ricardo,

thanks for using UIView-FlipTransition!
However I don't really understand how this change should work.
UIView-FlipTransition is a category that adds only a class method which operates on the 2 views passed as arguments.
This call:

self.layer.transform = CATransform3DIdentity;

has no meaning in this context.

Let me know,
Andrea

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