hayashi311 / Color-Picker-for-iOS

Colorful: iOS color picker built with Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

colorMapView can not show

acwind opened this issue · comments

follow the step of README
colorMapView can not show
HRBrightnessSlider can show
HRColorInfoView can show

what's wrong with my step?

Did you try sample project?

Same here, followed Sample Project exactly - added colorPickerView with subviews, connected subviews in Connections Inspector to colorPickerView and made view controller exactly like SampleViewController. ColorMapView still not showing.

You need to set up saturationUpperLimit and tileSize key paths in storyboard, otherwise the isAbleToCreateColorMap() will return FALSE and initializeQueue will not start running.