IGColorPicker
IGColorPicker copied to clipboard
A customizable color picker for iOS in Swift
I'm just following the basic code in the documentation and put this in my viewDidLoad: ``` // Setup colorPickerView colorPickerView = ColorPickerView(frame: CGRect(x: 0.0, y: 0.0, width: 200, height: 100))...
I tried to scroll this Picker to a default value, and unfortunately, it works only from viewDidAppear. ``` override func viewDidAppear(_ animated: Bool) { colorPicker.preselectedIndex = Int(task.colorIndex) } ``` If...
Perfectly working in a View controller. But when that view controller is added as a child view controller in another controller, no delegate function is working.
Hi, I'm considering using IGColorPicker to implement a tag/bookmark feature in my notebook app. The user can choose different colors to identify pages and then filter through pages based on...
I'd like to supply a border to each of the color cells since it's very hard to see the white color.
Hi ! First, thank you :) When I'm deselecting a color, the delegate method is not called. Am I missing something ? This method is only called when changing color...
Hi, Great framework! How can we use it in an Objective-c project please? Thanks,