Created
Aug ’22
Replies
1
Boosts
0
Views
477
Participants
2
You can use a ZStack, like this:
ZStack {
// background view code
TotalList()
}