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.
正如标题所示,需要将状态配置更改回默认值。我该怎么做?
在这方面需要一些指导。谢谢。
编辑:
我有一个测验功能。当一个人选择答案时,如果正确,则背景将变为绿色。否则,它将是红色的。当他选择另一个答案时,前一个按钮应该恢复到默认状态。
您可以通过设置其属性来设置按钮属性
myButton.highlighted = YES/NO; myButton.selected = YES/NO; myButton.enabled = YES/NO;