Extra readme, some formatting, and missing file in Helloworld

This commit is contained in:
QuentinArguillere
2021-09-15 10:54:15 +02:00
parent 98eb474c42
commit d24946be87
17 changed files with 597 additions and 526 deletions

View File

@@ -48,9 +48,9 @@ struct ContentView: View {
.disabled(tutorialContext.loggedIn)
}
Picker(selection: $tutorialContext.transportType, label: Text("Transport:")) {
Text("TLS").tag("TLS")
Text("TCP").tag("TCP")
Text("UDP").tag("UDP")
Text("TLS").tag("TLS")
Text("TCP").tag("TCP")
Text("UDP").tag("UDP")
}.pickerStyle(SegmentedPickerStyle()).padding()
VStack {
HStack {