Picker (selection: self.$_myObj.SelectedEnum, label: Text("Type")) { ForEach(MyEnum.allCases, id: \.self) { Text("\(String(describing: $0))") } ...
確定! 回上一頁