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
我之前一直尝试用 -touchesMoved 方法 实现评论的效果,但是 ScrollView 的 touches 方法不调用,按照网上的方法添加 extension 可以调用,但是会在 ScrollView 滚动的时候调用 -touchesCancelled 方法,仍然不能实现这种效果,走进了死胡同,现在还没搞懂,帮大忙了!
The text was updated successfully, but these errors were encountered:
这个我也是上网没找到好的(一碰到不会的我就想上网抄- -!),只能自己写了,能帮到你就好
Sorry, something went wrong.
可以看看我这个实现思路,其实很简单的
No branches or pull requests
我之前一直尝试用 -touchesMoved 方法 实现评论的效果,但是 ScrollView 的 touches 方法不调用,按照网上的方法添加 extension 可以调用,但是会在 ScrollView 滚动的时候调用 -touchesCancelled 方法,仍然不能实现这种效果,走进了死胡同,现在还没搞懂,帮大忙了!
The text was updated successfully, but these errors were encountered: