I want to put a SuperView (with a transparent background) on top of my SubView. Is there a way of doing that?
Thanks in advance!
I want to put a SuperView (with a transparent background) on top of my SubView. Is there a way of doing that?
Thanks in advance!
Remove your "SubView" from your parent view.
Add your "SuperView" as a subview of your parent view.
Add your "SubView" as a subview of "SuperView".