I’d like to request a new mode for the color picker that includes only a Close button, instead of both Cancel and Save.
Tapping Close should simply dismiss the view without selecting or saving a color.
The selected color should still be accessible via the colorPicker(_:didSelect:) delegate method.
I’d like to request a new mode for the color picker that includes only a Close button, instead of both Cancel and Save.
Tapping Close should simply dismiss the view without selecting or saving a color.
The selected color should still be accessible via the
colorPicker(_:didSelect:)delegate method.