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
B viewcontroller is in a navigation controller, then presenting I viewcontroller which enable hero and
b.hero.id == i.hero.id, I viewcontroller's modalPresentationStyle is .overCurrentContext
after presening, the navigation controller will push a viewcontroller C with subview c, and b.hero.id == i.hero.id == c.hero.id
then dismiss I viewcontroller
What did you expect to happen?
when presenting I view controller, b and i will perform match animation
after push C view controller, I view controller is presenting over C view controller's content
when dismiss I view controller, i and c will perform match animation
What happened instead?
as expected
as expected
not as expected, C view controller will show subview c, and i and c will perform dismiss transition animation,hero won't remove c from view in animation initial state
General Information
Hero Version:
1.6.2
iOS Version(s):
16.6.1
Swift Version:
Swift 5
Devices/Simulators:
iPhone 13 Pro Max
Reproducible in Examples? (Yes/No):
Demo Project
The text was updated successfully, but these errors were encountered:
What did you do?
My trasition animation process like this:
b.hero.id == i.hero.id, I viewcontroller's modalPresentationStyle is .overCurrentContext
What did you expect to happen?
What happened instead?
General Information
1.6.2
16.6.1
Swift 5
iPhone 13 Pro Max
Demo Project
The text was updated successfully, but these errors were encountered: