When I set a UIButton's enabled property to NO, it automatically greys out the button (I'm using a picture for the button)
How do I make it so it doesn't grey开发者_如何学编程 out?
Set the same image for UIControlStateDisabled
and UIControlStateNormal
so the button does not generate the disabled state for you.
精彩评论