I don’t know if any of you have had this problem that I’m facing with Picker. It doesn’t behave like I see on the main website for app development. I put the code as it is, but in the view, I see something different.
Picker(“Select your gender”,selection: $gender){
Text(“Male”).tag(“Male”)
Text(“Female”).tag(“Female”)
Text(“Other”).tag(“Other”)
}
I’m just seeing the text in the content, not the title of the Picker.