... { ForEach(0..<3) { index in NavigationLink(destination: Text("Item \(index)")){ Text("Section item \(index)") } } } Section(header: Text("Section Two")) { ForEach ...
確定! 回上一頁