HeroTransitions / Hero

Elegant transition library for iOS & tvOS

Home Page:https://HeroTransitions.github.io/Hero/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default source code, why is there a black area at the top?

Juhnkerg opened this issue · comments

What did you do?

Default source code, why is there a black area at the top?

What did you expect to happen?

I want to remove the black area at the top.

What happened instead?

Default source code, why is there a black area at the top?

General Information

Demo Project

Simulator.Screen.Recording.-.iPhone.15.Pro.-.2023-10-27.at.00.14.14.mp4

It seems to be caused by UIDimmingView, but I don't know how to fix it. lol
UIDimmingView

Before present(vc, animated: true, completion: nil), need to set modalPresentationStyle = .currentContext or others except .formSheet