I’m trying to create a transparent button in my iPhone app — to create an Easter Egg of sorts. How would I go about setting the button to be transparent without touching the alpha (when alpha = 0.0 on a UIButton, it no longer responds to touch)?
Thanks. 🙂
You could set the alpha to a very small value.
Or, you could create a blank, clear UIImage and use a custom button style, and set it to the button’s image.