Every time I disable a UIButton. E.g. button1.enabled = NO; The UIButton sets it's alpha to 0.4 or something. But I don't want this! Can I turn this off?
Thanks!
Every time I disable a UIButton. E.g. button1.enabled = NO; The UIButton sets it's alpha to 0.4 or something. But I don't want this! Can I turn this off?
Thanks!
I fixed it by implementing a integer which gives the button permission to perform an action. This is of course not the solution but maybe it can help you too.