Edit: not a code question or help me with an assignment or anything. Just had a thought: if one view being transparent still can hide another behind it but above the background
If I get views T -> I -> B where T is top view visible, I is behind top view and B is background.
Can I make T view transparent so the B background is visible but I is still hidden by T top view?
I played with ZStack and clipped attribute with no luck