How to tell if a UIViewController’s view is visible after it presents another UIViewController with UIModalPresentationOverFullScreen style?
I have ViewControllerA
, and it presents ViewControllerB
with UIModalPresentationOverFullScreen style because ViewControllerB
has a clear background color and I want to see part of ViewControllerA
‘s view after that.