func pickerView(pickerView: UIPickerView, titleForRow row: Int, forComponent component: Int) -> String! { return "(\(component), \(row))" } func ...
確定! 回上一頁