iOS 8.4: Scroll view resets contentOffset with Voice Over enabled shortly after view appear
问题 With Voice Over enabled scroll views reset their preset contentOffset a second after view did appear. It happens on iOS 8.4 devices, no reproduction for 9.0. Looks some internal UIScrollViewAccessibility code forces scroll view to setContent: for zero when becoming focused. Didn't find any way to evade this. Any thoughts? Related code sample illustrates the bug. Just create a view with collection view, create a cell with reuse id "Cell" and put a label on it. @interface ViewController ()