Amnell/APParallaxHeader

How to change the top view into full size after scroll down to some point?

Closed this issue · 1 comments

I'm trying to change the top view to full size after the user scroll down some points. The method (void)scrollViewDidScroll:(CGPoint)contentOffset help me to get the scroll point, but I cannot get the table from here to change it y origin and automatically change the size of the top view.

Can you help me?

I recently read the doc about the delegates before and after changing the top view. Sorry about that.