ColorPickerViewController

@objc(HBColorPickerViewController)
open class ColorPickerViewController : UIViewController

Provides the Color Picker user interface.

Present this view controller to display the color picker. Do not push it onto a navigation controller stack. In horizontally and vertically regular size class environments, for instance on iPad and Mac, the picker will be presented as a popover. This means that you must set sourceView or other similar properties on the view controller’s popoverPresentationController before presentation.

To review examples of ColorPickerViewController in use, run pod try Alderis.