in my iPhone Application I have a UIImageView
on the top and a UITextView
below that. I want the UITextView
to expand to the upper site and cover the UIImageView
once the User starts scrolling.
A similar effect can be found in the Rdio Application. There you can view the cover on the top and the upcoming title below, once the user starts to scroll, the upcoming titles view expands and covers the cover.
How can that be done?
Thanks.