I have a few buttons in my app whose alpha is currently set to zero. These buttons are completely non-responsive, but as soon as I increase their alpha, they begin to respon
When the alpha is 0 they are unresponsive, as alpha = 0 is like hidden = YES and you can't click a hidden button.