I have a draggable UIButton. I'd like for it to have a different background image while it's being dragged or touched. The image I would like to use is twice the size of the normal one. I've tried the normal:
[button setBackgroundImage:buttonHighlightedImage forState:UIControlStateHighlighted];
but that doesn't work. Any ideas or tips would be much appreciated.