I have a scrollview with a mask that masks away the top 20% of the screen (so the bottom 80% shows the scrollview).
After Widget 2.0, on a device, the default Y scroll position of the scrollview appears scrolled up a certain number of pixels, which I assume is the same amount of pixels that the mask masks away.
In other words, Widget 2.0, seems to take the mask into account when positioning the scrollview on the device.
This causes problems for us, because we use the scrollview for chat messages, so the first chat message is hidden behind the mask, and you have to manually scroll the scrollview back down to see that.
On the simulator, the Y scroll position is correct, so this is a device specific problem.
Is this a known bug? When can we expect to see a fix?