johankasperi / SwiftHSVColorPicker

Simple HSV Color Picker for iOS written in Swift.
MIT License
95 stars 34 forks source link

Remove Hue & Brightness Slider. #11

Closed jamesike closed 8 years ago

jamesike commented 8 years ago

As the title says...

schystz commented 7 years ago

Hi @J4awesome, did you found your way to remove the slider or selected color view? I am unable to access these properties from SwiftHSVColorPicker class. I tried creating an instance of ColorWheel but Xcode is complaining that it is an unknown type. I think this is because of the default internal access control for classes in Swift 3.