When the user presses the button I have it flahses black before going back to it's original state. How can I remove the black flash from the button tap?
Stop button flash on tap
Is this when using a webview, or...?
No, it's a UIButton.
Sounds like you have something funky set for the button's highlighted image. If you have any code that is calling setImage:forState:, look there. Or in IB where you specify the button's images.
Hi Junkpile,
The image is hardcoded from the utitlities panel and I've looked through the attrabute inspector and nothing seems out of place.
The code I have for the button only affects other labels. I'm using all of the default Xcode settings and the problem still occurs when I simply hardcode a buttons image and have no code in the IB at all.
What is the image type & format?
It's a PNG