如何在 UITableViewCell 中同时显示复选标记和移动按钮

发布于 2024-11-16 16:51:58 字数 110 浏览 2 评论 0原文

如何在 UITableViewCell 中同时显示复选标记附件和移动附件,可能是单元格左侧的复选标记和右侧的移动按钮。我需要它,因为我想让用户选择启用/禁用选项并对它们重新排序。

提前致谢。

How can I show checkmark accessory and move accessory at a same time in a UITableViewCell, maybe the checkmark on the left and move button on the right of cell. I need it because I want to let user chose to enable/disable options and also reorder them.

Thanks in advance.

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

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

发布评论

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

评论(1

蓝戈者 2024-11-23 16:51:58

不幸的是,ios 没有这种复选标记配件,所以你必须以编程方式制作它......我有示例代码,我在其中创建了一个视图并设置了一个“正确”图像来显示......如果有人点击该视图然后这个“右”图像将设置为可见,也不会被隐藏......当有人单击视图然后使用gestureRecognizer时,我得到了触摸事件......现在还有另一个问题是,你想要一个可移动的附件,以便您可以在该视图上设置动画。我希望你已经得到了我...

its really unfortunate that ios has no such kind of checkmark accessories so you have to make it programmatically....i have sample code where i have made a view and set an "right" image for showing that...if someone click on that view then this "right" image will set visible neither it will be hidden....when someone click on the view then using gestureRecognizer i got the touch event.....now there is another question is, you want a movable accessory so that you can set animation on that view. i hope you have got me...

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