cbess/AutoScrollLabel

CPU Overhaul

k3zi opened this issue · 1 comments

k3zi commented

When the text is longer and needs to scroll this sometimes takes my CPU from 10% to 100%! I noticed when pausing while it was at 100% that the method: - (void)scrollLabelIfNeeded was being executed. It was on the main thread for a while and all the other animations in my app stopped. It makes this hard to use especially since I only have one label...

Please provide code or examples.