表格视图上的复选标记

发布于 2024-11-26 17:56:28 字数 181 浏览 1 评论 0原文

我希望它在表视图上有文件夹。我的意思是文件夹,例如选择一个单元格时,会打开一个新页面,并且仅适用于该一个单元格。我需要有关选择单元格时所需的复选标记的帮助。当选择单元格时,我希望它进入一个新页面,并且我希望该单元格在进入新页面时有一个复选标记,当我们回到这个视图时,我希望复选标记消失,这样我们可以选择另一个单元格。任何帮助将不胜感激!谢谢,库尔特

I want it to have folders on a table view. And i mean folders like when one cell is selected, a new page opens up and its only for that one cell. I need help with the checkmark i want when the cell is selected. when the cell is selected, i want it to go to a new page and i want that cell to have a checkmark on it as it goes to the new page, and when we come back to this view, i want the checkmark to vanish so we can select another cell. Any help would be greatly appreciated!! Thanks, Kurt

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

手心的海 2024-12-03 17:56:28

您可以使用附件视图打勾,并在访问时用 BOOL 指示它们。甚至可以通过将 bool 存储在 NSUserpreference 中来记住此信息

You can use the accessoryview to make a checkmark, and indicate them with a BOOL when visited. Maybe even remember this information by storing the bool in a NSUserpreference

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文