This is a style-related question. I have a button, to which I have added both a backgroundImage and a backgroundFocusedImage. When I 'tap' the button in the simulator, it does change, but not to the background I have selected.
The normal background is a grey, and the focusedBackgroundImage should be red, but what it seems to be doing is overlaying black over my the pixels in my image (which is a PNG with transparency). Is there a way I can disable that black so I can see the red in my focusedBackgroundImage?
Your Answer
Think you can help? Login to answer this question!