Skip to content

shubhamb-git/RGBCustomPickerView

Repository files navigation

RGBCustomPickerView

Swift implementation of RGB PickerView

## Usage


     override func viewDidLoad() {
           super.viewDidLoad()
           RGBPicker.sharedInstance.delegate = self;
           // Do any additional setup after loading the view, typically from a nib.
    }
    
    @IBAction func openColorPicker(_ sender: Any) {
        RGBPicker.sharedInstance.showcolorPicker()
    }
    //will call when you select color value from picker 
    func RGBPickerCallback(_ color: UIColor) {

        self.viewReciever.backgroundColor = color;
    }


Author

Shubham , [email protected]

License

RGBPicker is available under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages