How can I achieve the effect of a stretched parallax header using the base UIView ?. I was already looking for a similar question, but all I found is that achieving this effect uses a TableView and does not use a regular UIView.
this is how it looks.
I suppose this could be the hierarchy of the above application.
---SuperView---
-ScrollView-
-ImageView
-UIView(text content)
source
share