tingxins / TXScrollLabelView

🌭TXScrollLabelView, the best way to show & display information such as adverts / boardcast / onsale e.g. with a customView.
https://tingxins.com/2016/11/scrolling-txscrolllabelview/
MIT License
730 stars 127 forks source link

滚动有点卡顿 #3

Closed gaoshilei closed 7 years ago

gaoshilei commented 7 years ago

滚动有点卡顿,是否可以考虑缩短定时器更新UI的时间间隔来消除这种不流畅的感觉呢?

tingxins commented 7 years ago

恩,好的,后续版本更新会跟进解决此问题

SilenceZhou commented 5 years ago

把NSTimer换成 CADisplayLink 可以完美解决该问题 ,我的项目就是在这个基础上进行优化的