UIScrollview contentOffset changes when removed from window
问题 I have a weird bug concerning an UIScrollView. This view works fine, until the moment I remove it from the window (indirectly, it's a subview to a removed view). I then perform some unrelated animation ; and when I put the views where they were, the scrollView's contentOffset has changed. I put a breakpoint in setContentOffset: function, and got the following stack : #0 -[TestScrollView setContentOffset:] (self=0x915fbd0, _cmd=0x7fb34cd, contentOffset={x = 80, y = -0}) at /Users/..