VCColorWheel
An iOS color picker built in Objective-C.
Usage
Import VCColorWheelView.h to your project.
VCColorWheelView *colorWheelView = [[VCColorWheelView alloc] init];
[self.view addSubview:colorWheelView];Get selected color
UIColor *color = colorWheelView.selectedColor;Result:
Example
To run the example project, clone the repo, and run pod install from the Example directory first.
Requirements
- iOS 9.0 or later
Installation
VCColorWheel is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'VCColorWheel'Author
passpier, [email protected]
License
VCColorWheel is available under the MIT license. See the LICENSE file for more info.

