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

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -