IOS Swift Parallax Header Using Base UIView

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.

Screenshot from an app called fubiz

I suppose this could be the hierarchy of the above application.

    ---SuperView---
      -ScrollView-
         -ImageView
         -UIView(text content)
+4
source share

Source: https://habr.com/ru/post/1613562/


All Articles