Skip to content

GURATH/ColorPicker_iOS

Repository files navigation

ColorPicker_iOS

iOS Color Picker Controller

To use Color Picker Controller

Add ColoroPickerController.h in your file. #Import "ColorPickerController.h" Create instance of ColorPickerController using ColorPickerController *colorsPicker = [[ColorPickerController alloc] initWithNibName:@"ColorPickerController" bundle:Nil]; Use following function to find color picked UIColor *selectedColor = [colorsPicker selectedColor];

About

iOS Color Picker Controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published