Prevent Scroll View From Snapping Back

When I insert an object into the scroll view, the scroll view automatically snaps back to the origin.

scrollView:insert(highlight)

However, I do not want the scrollView to move back to it’s origin. I want it to stay focused on the user’s current position despite the insertion.

Does anyone know how to fix this?

Here is a Youtube video which shows the issue:

http://youtu.be/yHdvCPz5cJo

Here is a Youtube video which shows the issue:

http://youtu.be/yHdvCPz5cJo