We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
首先很感谢分享,项目做的真的不错。然后再使用过程中发现了几个问题,希望有时间可以考虑更新一下~~~
1、滑动打开删除时,不松开ITEM,引起的问题:
2、往下随便滑动到某个位置,然后左滑打开一个删除,以下操作会引起删除的那行条目错位:
3、begin的一些监听没有调用到,close的调用到了。例如beginMenuClosed,beginMenuOpened,beginMenuSwipeFraction等,都没有调用到。
The text was updated successfully, but these errors were encountered:
不好意思,最近工作比较忙,没时间来优化这个项目。欢迎提交PR 👍
Sorry, something went wrong.
1、多条目同时打开问题已解决 2、没有去干预content view的事件处理 3、menu内容点击后都应该及时手动关闭menu(库没有对数据的更新做处理) 4、begin和end横向menu时对应的是left和right,纵向menu时对应的是top和bottom。要有相应的menu才会有对应的事件
稍后发布新版本,谢谢提的这些建议~
No branches or pull requests
首先很感谢分享,项目做的真的不错。然后再使用过程中发现了几个问题,希望有时间可以考虑更新一下~~~
1、滑动打开删除时,不松开ITEM,引起的问题:
2、往下随便滑动到某个位置,然后左滑打开一个删除,以下操作会引起删除的那行条目错位:
3、begin的一些监听没有调用到,close的调用到了。例如beginMenuClosed,beginMenuOpened,beginMenuSwipeFraction等,都没有调用到。
The text was updated successfully, but these errors were encountered: