You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: