Adds comments with other picker types to the advantage picker for refreence.

This commit is contained in:
2021-02-07 12:45:27 -08:00
parent 9d185d27a5
commit fe431475a2

View File

@@ -23,6 +23,11 @@ struct MCAdvantagePicker: View {
}
}
.pickerStyle(SegmentedPickerStyle())
// .pickerStyle(SegmentedPickerStyle())
// .pickerStyle(WheelPickerStyle())
// .pickerStyle(DefaultPickerStyle())
// .pickerStyle(InlinePickerStyle())
// .pickerStyle(MenuPickerStyle())
}
}
}