I have noticed that when a table view cell contains a UIProgressView that is frequently updated, the scrolling behavior of the table view is affected significantly.
To be more precise, due to the frequent updates of the progress view the table view's position changes slightly while the table view's "rubber band" animation is animating. The same thing happens when the table view is pulled while at the top. It is tricky to explain, but I hope you get this gist.
Of course, updating the progress view on in the background is not possible due to how UIProgressView works behind the scenes. Is this a know issue? Is there a solution for this problem?