iOS Swift Parallax header using a basic UIView
Asked Answered
M

0

7

How can I achieve the parallax stretchy header effect using a basic UIView?. I already searched for similar question, but all I found was achieving this effect using TableView and not using regular UIView.

here's how it looks like.

Screenshot from an app called fubiz

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

    ---SuperView---
      -ScrollView-
         -ImageView
         -UIView(text content)
Mccormack answered 28/10, 2015 at 21:24 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.