-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
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
响应范围太小导致点不到,如果放到cell里边就只能响应cell的点击事件了,能不能把范围扩大点呢? #6
Comments
能看下你那段代码吗?不好定位问题啊 |
额,不好意思,之前是我用错了方法了。如果按下效果能做到微博话题的按下效果就完美了,我自己也尝试弄按下效果,但都不理想,期待大神优化ing... |
我以前也考虑过添加几种点击效果,后来发现框架会很累赘,而且定制化高了也不好扩展,我再想想吧 |
那么在cell中使用哪个方法?请告知 |
我这边正在优化一个算法,如果成功的话点击正确率大大提升,到时候会重构一版本,你说的那个我也考虑优化下
在2018年11月20日 11:31,Virtue86<[email protected]> 写道:
额,不好意思,之前是我用错了方法了。如果按下效果能做到微博话题的按下效果就完美了,我自己也尝试弄按下效果,但都不理想,期待大神优化ing...
那么在cell中使用哪个方法?请告知
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
您好,3.0.0版本已更新,点击准确率大大提升,精确点击,并且默认加大点击范围 |
验证了下,还是不行。 |
能把demo给我看看吗?我的demo没问题啊 |
试了下用在本项目中,目前还没做出demo。问题是在于 lable的这个touchesBegan方法轻点的话,基本是不能响应,必须要触按一有个半秒才会响应到。 |
还有一个问题就是一个label中包含多个关键字,当关键字连起来就计算不准确了,@[@"", @"", @"", @"", @"",]然后我用鼠标点了第四个,却跑到第五个标签去了。
The text was updated successfully, but these errors were encountered: