So a view in SwiftUI is just a programming function. ... var body: some View { List(viewModel.countries) { country in Text(country.name) } .
確定! 回上一頁