in my program there is a MainView and during the program user can add some subView.
for handling them i want to know which subView now are showing on top level.
NOTE: I do not remove subViews unless the user wants. and the subviews are in different sizes and may have overlap or not.
From UIView Class Reference