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.
当您向右滑动时,您会看到删除按钮。漂亮的。 我想在向左滑动时获得相同的功能。可能的?
我已经实现了向后滑动,它正在捕捉动作,它只是让它显示删除按钮。
非常感 谢格雷格
这是我为自己创建的一个问题,默认情况下,向左滑动会弹出删除按钮。我遇到麻烦的地方是我的目标是向右滑动以增加数字并向左滑动以减少,但如果是 1,我想提供删除单元格的选项。仅当计数大于 1 时才附加 UISwipeGestureRecognizer(左)的解决方案。
感谢大家的评论。