I used the UITableView in the UIViewController. I would put a UIRefreshControl in a UITableView and in the last bit of the sweep to update, the UITableView will go down quickly.
All answers are voiced the same: undocumented / unexpected behavior (the ability to use UIRefreshControl with a UITableView) gives such results. To reduce this, I used a ContainerView to embed a UITableViewController in a UIViewController.
I almost solved this problem, but ... if I scroll down slowly enough, the problem will not go away.
Is there a way to soften this, or am I forced to live with it?
Video: http://streamable.com/8suq
Please note that the first few times when I scroll down, I look completely normal, because I do it fast enough, but at the end of the video I really slow it down and you notice this jump.
ios uitableview uiviewcontroller uirefreshcontrol
David
source share