I am developing an application in which I have a horizontal scroller.
The scroller area comprise of different colors [which are nothing but UIImageView
of colors].
Above the scroller area is a canvas [which is also a UIImageView
].
Now, what I want is that when I select any color in the scroller area, it should set on the canvas.
It is pretty much like a color picker but I am already providing solid color options to be selected by the user.
How should I go about it ? Any sample Code to get me started or my mind kicking would be awesome ?
Thanx a ton