gizmosachin / ColorSlider

🎨 Snapchat-style color picker in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programmatic init crashes

sbuys opened this issue · comments

Programmatic init per docs does not work:
colorSlider = ColorSlider()

Needs to be called with a frame, even if just zero:
colorSlider = ColorSlider(frame: CGRectZero)

@sbuys Good catch! Just fixed this in 46dba16. Thanks!