iOS Parallax Scrolling effect (like in Yahoo News Digest app)

后端 未结 4 1291
时光说笑
时光说笑 2021-01-30 18:26

I would like to know how to implement parallax scrolling similar to Yahoo News Digest app. In which when user scroll horizontally background image scrolls in a different speed w

4条回答
  •  青春惊慌失措
    2021-01-30 19:05

    Here is the answer. I subclass it from uitableview so that data can be reusable and wrap it in a uiview. https://github.com/michaelhenry/MHYahooParallaxView

    Thanks, Kel

提交回复
热议问题