... height: 50) .shadow(radius: 3) .overlay { Text("\(counter)") } .padding(20) .onReceive(timer) { tm in guard counter + 1 ...
確定! 回上一頁