I added UIView with top and bottom layouts Superview.Top, SuperView.Bottom not SafeArea.Top, SafeArea.Bottom !!!
and see my custom view correctly cover all screen without safe areas
Inside custom view I have UITapGestureRecognizer and I do not see events when the user clicks on the top and bottom notches areas
Is it possible to get a click event on the notch area? Maybe possible to use some UIWindow properties? Any ideas?
Thanks