Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 461 Bytes

File metadata and controls

13 lines (10 loc) · 461 Bytes

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];