You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i set a scrolling MarqueeLabel.attrbuteText, MarqueeLabel.sublabel.origin is set to (0,0).
this is not what i want, animation seems to start again, not continuous.
is there any way for me to avoid this behavior?
i just want MarqueeLabel.sublabel.origin to be continuous
not (100, 20) --> (0,0)
The text was updated successfully, but these errors were encountered:
Can you post how you’re configuring your label instance? I’m not exactly sure what you’re seeing.
Thanks for your reply!
i have a scrolling MarqueeLabel in a view, and its attrbuteText need to be changed many times,
every time i change the MarqueeLabel's attrbuteText, sublabel.frame will be reset, and animation will be readd.
can i avoid these? i just want to change its attrbuteText, use its previous animation.
when i set a scrolling MarqueeLabel.attrbuteText, MarqueeLabel.sublabel.origin is set to (0,0).
this is not what i want, animation seems to start again, not continuous.
is there any way for me to avoid this behavior?
i just want MarqueeLabel.sublabel.origin to be continuous
not (100, 20) --> (0,0)
The text was updated successfully, but these errors were encountered: