cbess/AutoScrollLabel

Is the demo project supposed to work?

Closed this issue · 7 comments

Text scrolls, then strangely disappears half-way through its scroll. Doesn't...seem right?

Please help out and debug it. I accept pull requests.

Yeah this is all sorts of crazy now... I might see if I can fix it / update for iOS 8

Someone mentioned an animation improvement in one of the closed issues which fixed my issues with iOS8. Here is what he said:

[self.scrollView.layer removeAllAnimations];
Right after:

self.scrollView.contentOffset = CGPointZero;

@patrickabadi Thanks, I'll try it out.

@patrickabadi It does help, but I think refactoring it to not use a scrollView and use CAAnimations will fix it. I may work on that in the near future. Unless someone wants to beat me to it.

I decided to do a fork and rewrite... but it is not as configurable as cbess's...

@RyanCopley I think it would be appropriate to give credit in your source code.