How can I implement a color picker for my app like this: http://cl.ly/8pqv
into my application?
And possibly compatible with iOS 3.0?
Or are there any librarie? I need the wheel with all colors..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I actually have a class called
ANColorPicker. It provides a wheel interface with a brightness selector on the side. You can check it out on the ANColorPicker Github Repository. There are also a few forks of this project that have different features/capabilities in which you may be interested.