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

Animate source view without matching with ID on pop #700

Open
bryan1anderson opened this issue Feb 9, 2021 · 0 comments
Open

Animate source view without matching with ID on pop #700

bryan1anderson opened this issue Feb 9, 2021 · 0 comments

Comments

@bryan1anderson
Copy link

I have a UITableViewCell that has several elements I want to animate into a new view when I push it. This works. Image animate into the next UIViewController image views, labels, views, etc.

However, when I pop from the presentedViewController, there is a few that just appears back. Its kind of ugly. It doesn't have any corresponding views on the presentedViewController, so I haven't figured out how to animate it after the pop.

But what I want to have happen is:
When I push: I want it to transform small and fade
When I pop: I want it to transform from small to large and fade in.

How can I do this?

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

No branches or pull requests

1 participant