Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 XIB 中定义了一个普通的 UIButton,当我尝试从视图控制器代码中的插座启用它时,我总是得到错误,这段代码:
[self.abutton setEnabled:YES]; NSLog(@"%i",[self.abutton isEnabled]);
始终记录 0。
似乎 setEnable:YES 没有效果,或者我没有以正确的方式检查按钮状态。
我错过了什么?
谢谢