MultiPicker icon indicating copy to clipboard operation
MultiPicker copied to clipboard

A Picker for iOS that can be used to choose from one, one or none, or multiple options.

Results 4 MultiPicker issues
Sort by recently updated
recently updated
newest added

### Situation Wrong initialiser used when I was using this struct: ``` struct CurrencyPair: Hashable, Identifiable, Codable { var id: String { description } var base: String var quote: String...

## Situation Right now the selection indicator is always a checkmark that matches SwiftUI's `Picker`. It might be nice for this to be configurable. ## Solution There should be a...

## Situation Right now, in `navigationLink` style pickers, when an optional binding is given to `selection` and there is nothing selected, the choice is represented by the string "(None)". This...