Updating a View Using a Timer -- Understanding Run Loops
tldr;
If you are using a Timer to do a repeating task and:
that task updates a view, such as a label or a slider, in some way,
that view is contained in a UIScrollview,
and that view fails to update while the scroll view is scrolling, but continues...
braden.hashnode.dev3 min read