VCColorWheel 0.1.0

VCColorWheel 0.1.0

Maintained by passpier.



  • By
  • passpier

VCColorWheel

CI Status Version License Platform

An iOS color picker built in Objective-C.

screenshot.png

Usage

Import VCColorWheelView.h to your project.

VCColorWheelView *colorWheelView = [[VCColorWheelView alloc] init];
[self.view addSubview:colorWheelView];

Get selected color

UIColor *color = colorWheelView.selectedColor;

Result:

demo.gif

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.