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.
每个待办事项应用程序的左侧都有一个空框,当您触摸该框时,它会变为选中框。当您再次点击它时,复选标记会消失。我想每个人都知道我的意思。
正如你在这里看到的(右):
我怎么会意识到这样的事情?它是 UIButton 吗?我正在使用 Core Data,我将如何保存状态?使用布尔变量?
我试图解决我的问题好几天了,但无法让它工作。
太好了,当你能帮助我的时候。多谢 !塞巴斯蒂安
您可以将 aUIButton与不同的图像一起用于默认和选定状态。然后,如果您将该selected属性设置为YES,则将显示所选图像。
UIButton
selected
YES
要存储它,我会说 aBOOL应该足够了。
BOOL