简体   繁体   English

从左向右滑动不启用编辑模式-iOS7错误

[英]Left to right swipe not enabling edit mode - iOS7 bug

I have supported both iOS6 & iOS7 in my app. 我的应用程序同时支持iOS6和iOS7。 But the issue is only happening in iOS7. 但是问题仅在iOS7中发生。 If I am swiping right to left then I'm getting swipe to delete button properly. 如果我从右向左滑动,则可以滑动以正确删除按钮。

But If I swipe left to right then tableview didSelect delegate method getting called instead of swipe to delete option. 但是,如果我从左向右滑动,则会调用tableview didSelect委托方法,而不是滑动删除选项。

Any solution for this bug ? 这个错误有解决方案吗?

Fixed by overriding swipe gesture. 通过覆盖滑动手势来修复。

But I'll remain open for new answer and suggestions. 但我将继续开放以寻求新的答案和建议。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM