Is there a way to determine if a UIView is visible accounting all transforms/hidden/alpha in all 'super' layers including what iOS can bring on top my application as well?
I'm not referring to what has already been discussed where isVisible (And the other examples) is actually returning true even when other UIViews are stacked on top.
Determine if UIView is visible to the user?
Let's say I create a UIView CGRect(0,0,100,100) and attach to my view. Then I pull down the notifications from the system on top of my UIView. Can I then know somehow I'm covered?
Thanks for helping,
/Anders.