I'm trying to imitate the behavior of the shuffle button in the iPod app on the iphone. I want my shuffle button to behave exactly like the ipod's button - when the users presses the button it gets the blue shade and remains like that until the user presses the button again, and then it gets back its white shade. To show you what I mean I attach an image
One option is of course to save to images for the two states. The thing is that I suspect that maybe it's possible to do so programmatically. I've a jailbroken phone so I looked inside the ipod app's folders and saw there only the regular shuffle icon (with the white shade, no blue shade). I also found there a png with just blue background.
So what do you think? Can it be achieved without using two images with different shades?
