Adding color picker to UIAlertView

In my iPhone application, I want a set of colors to be added when a button is pressed. Can anyone suggest how to do this. Read a few online materials but you won't find a good starting point.

Thank you in advance

+3


source to share


1 answer


You can use kartech / Colorpicker, here is the link



https://github.com/kartech/colorpicker

+1


source







All Articles