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 had the same problem. Turns out you have to set the view controller's modalPresentationStyle to ".overFullScreen". ov.modalPresentationStyle = .overFullScreen
Report
Environment
Dependency management
What did you do?
And laso adde:
What happened?
This issue happens when following Func is added (for presenting modal in iOS 13 fullscreen)
then show the PopupDialog with black background:
And if
.fullScreen
changes to.overFullScreen
, the background Blur effect will disappear and just show Popup without any effect.Also, I tested this issue with
Example project
in repo and got the same result.The text was updated successfully, but these errors were encountered: