Disable previous stack in a ZStack

后端 未结 0 1382
时光说笑
时光说笑 2021-01-14 08:11
ZStack {
ForEach(arr, \\.self) item in {
ZStack {
VStack {
Image("image").resizeable()
Button()
}
}
}
}

How do I disable the ZStacks/Views

相关标签:
回答
  • 消灭零回复
提交回复
热议问题