IGColorPicker icon indicating copy to clipboard operation
IGColorPicker copied to clipboard

A customizable color picker for iOS in Swift

Results 19 IGColorPicker issues
Sort by recently updated
recently updated
newest added

Hi there! I've updated IGColorPicker to be compatible with Xcode 10 and Swift 4.2. Please let me know if any question, and would love to get this merged asap! Thanks,...

After installing IGColorPicker and opening MyApp.xcworkspace, I get many build errors all related to M13 checkbox. on import M13Checkbox the error is "Could not build Objective-C module M13Checkbox.

Thanks a lot for this library, it's pretty good! I realise when I put the picker as full screen with limited number of colors, they start filling in vertically instead...

https://github.com/iGenius-Srl/IGColorPicker/issues/7 commit 9f425c6 is the fix

- example - swift 4 - deselection after programmatically selection - show border option

The UICollectionView and UICollectionViewFlowLayout are both private so I am not sure how to change scroll direction to vertical. Any ideas?

I want to change the list of colors after initializing colorPickerView in viewDidLoad(), how can I do that? ``` override func viewDidLoad() { super.viewDidLoad() Setting.registerDefaults() setupScene() setupDebug() setupUIControls() setupFocusSquare() updateSettings()...

issue reproduce: https://github.com/chrischen-melb/IGColorPicker/commit/356062246b85b246edd3499d99724ce481d5d748 1. when . isSelectedColorTappable is set to true, user can deselect a color 2. however, this operation doesn't trigger optional delegate method `@objc optional func colorPickerView(_ colorPickerView:...