我UIButton用+buttonWithType:
UIButton
buttonWithType:
我需要弄清楚的是如何手动更改按钮状态.有时我需要将其设置为"禁用".
我仔细阅读了UIButton文档,但似乎无法找到有关手动设置按钮状态的任何信息.
任何想法将不胜感激.
你试过button.enabled = NO;吗?
button.enabled = NO;
还有州:
button.highlighted = NO; button.selected = NO;