cocoa/iPad How do I keep a UIButton clickable when its alpha == 0? -


when set uibutton's alpha 0, behaves if isn't enabled. i've checked and, though button remain enabled (though invisible (but not hidden, checked well)), ceases work.

is there way keep clickable when alpha 0?

try put uibutton on top of it's uibuttonstyle set "custom" , leave is, except of adding ibaction it.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -