... ForEach view: var body: some View { NavigationView{ List { ForEach(countries, id: \.name) { (country) in NavigationLink(destination: VStack{ Text(country ...
確定! 回上一頁