I have a simple view which have a picker control. struct PickerView ... body1: some View { Picker(selection: $chosen, label: Text("Choose")) ...
確定! 回上一頁