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
No description provided.
The text was updated successfully, but these errors were encountered:
你可以参考 OCBarrageRenderView类中的pause和resume方法来暂停和重新移动 某个cell
Sorry, something went wrong.
好的,我试试看
发现一个问题,当前试图如果有多个手势的话,就算弹幕这个试图在最顶层,OCBarrageRenderView里面的- (void)touchesEnded:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event 这个方法 会不走, 但是改成-(void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event 就会走 建议把cellTouchedAction 相关的实现放到 touchesBegan 里面,这样的话会接收到当前点击事件
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: