开发者

When I set a UIButton's enabled property to NO, it automatically greys out the button (I'm using a picture for the button)

开发者 https://www.devze.com 2022-12-30 16:47 出处:网络
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.

0

精彩评论

暂无评论...
验证码 换一张
取 消