problems in displaying different titles in navigation bar
问题 in my code I have this: var body: some View { NavigationView { VStack(spacing: 0) { ScrollView(.vertical, showsIndicators: false) { VStack(spacing: 18) { ScrollView(.horizontal, showsIndicators: false){ HStack(spacing: 20){ Text("teste") .frame(height: 180) .frame(width: 330) .background(Color.blue) .cornerRadius(15) Text("teste") .frame(height: 180) .frame(width: 330) .background(Color.green) .cornerRadius(15) Text("teste") .frame(height: 180) .frame(width: 330) .background(Color.pink)