Picker (selection: $selectedOption, label: Text(options[selectedOption])) { ForEach(0 ..< options.count) { Text(self.options[$0]).tag($0) }
確定! 回上一頁