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.
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.
精彩评论