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 want to animate some objects (UIImage) while transitioning. Here's an example.
If the transition is across UIViewController, I can just use Hero library. Is there any way I can achieve it here?
An ideal solution is that I assign the same id to two images in different slides, and it animates while sliding to its new position.
The text was updated successfully, but these errors were encountered:
I want to animate some objects (UIImage) while transitioning. Here's an example.
If the transition is across
UIViewController
, I can just use Hero library. Is there any way I can achieve it here?An ideal solution is that I assign the same
id
to two images in different slides, and it animates while sliding to its new position.The text was updated successfully, but these errors were encountered: