HeroTransitions / Hero

Elegant transition library for iOS & tvOS
https://HeroTransitions.github.io/Hero/
MIT License
22k stars 1.72k forks source link

Black screen appears when dismissing controller to the root controller #721

Open varunpm1 opened 3 years ago

varunpm1 commented 3 years ago

What did you do?

I tried to present a controller using over current context. After that used hero again to present another controller normally. (eg., project. attached where clicking on green view 2 times presents different controllers and click on 3rd green view dismisses the controller)

What did you expect to happen?

All the controllers are dismissed showing main controller

What happened instead?

After dismissing all the presented controllers, black screen appears.

General Information

Demo Project

SampleHero.zip

Ogerets commented 2 years ago

same here

Zeynal7 commented 2 years ago

If you can, change the presentation style to .fullScreen controller.modalPresentationStyle = fullScreen