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

在从左向右设置的scrollLabel中设置速率,没有改变,一直是一个速率 #2

Closed AnGuoli closed 7 years ago

AnGuoli commented 7 years ago

TXScrollLabelView *scrollLabelView = [TXScrollLabelView tx_setScrollTitle:scrollTitle scrollType:TXScrollLabelViewTypeLeftRight scrollVelocity:2.0 options:UIViewAnimationOptionTransitionFlipFromTop];

改变scrollVelocity 比如是10.0 , 0.1 滚动的速率都没有变化 scrollLabelView.tx_scrollVelocity = 10.0; 这样修改也没用

tingxins commented 7 years ago

恩,是的,目前版本中的velocity暂时只生效于TXScrollLabelViewType_FlipNoCle类型,新版本正在改进,会尽快修复此问题