zakkhoyt / ColorPicKit

A collection of UIControls for picking colors on iPhone, iPad, and other iOS devices. Gradient slider, Hue slider, RGB sliders, HSB sliders, CMYK sliders, ImagePixelPicker, HSB Wheel, HSB Spectrum. Color related class extensions
MIT License
15 stars 4 forks source link

Creating controls programmtically #4

Closed zakkhoyt closed 7 years ago

zakkhoyt commented 7 years ago

The included example uses IB to lay out the controls. We need to ensure that they function properly when created programmatically

zakkhoyt commented 7 years ago

Tested creating controls programmatically in my ColorBlind app. Seems to be working. Closing