I have a UIScrollView which contains a view (lets call this "main view") which scrolls along the X and Y axis.
I am trying to transparently overlay a heading over this view which is fixed at the top of the screen (not view) but scrolls along the X axis as the main view does. When the main view scrolls along the Y axis the heading remains at the top of the screen.
What would be the best approach to achieve this?