I have a UIScrollView with 5 labels.
If the user scrolls it up such that currently only 3rd, 4th and 5th labels are visible and then presses a button which takes him to a new view.
When he presses the back button, the UIScrollView resets such that the 3rd label becomes the 1st label, 4th becomes 2nd and 5th becomes 3rd.
The top 2 disappear. I cannot scroll up to see the first 2 labels no matter what.