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
感谢您的分享,这个写的很棒,很厉害。 我再使用仿QQ的时候发现一个bug 这个bug就是我做的向右滑动,滑出侧栏的时候,添加的gestureView 并没有被移除,实际原因是漏写了_gestureView = gestureView; 导致[_gestureView removeFromSuperview]; 无效
The text was updated successfully, but these errors were encountered:
No branches or pull requests
感谢您的分享,这个写的很棒,很厉害。 我再使用仿QQ的时候发现一个bug 这个bug就是我做的向右滑动,滑出侧栏的时候,添加的gestureView 并没有被移除,实际原因是漏写了_gestureView = gestureView; 导致[_gestureView removeFromSuperview]; 无效
The text was updated successfully, but these errors were encountered: