maxep / MXParallaxHeader

Simple parallax header for UIScrollView
MIT License
1.73k stars 251 forks source link

Pull to refresh not working #97

Closed hardikamal closed 5 years ago

hardikamal commented 6 years ago

Hi @maxep Pull to refresh is not working along with parallax header. It tried setting bounce to false for my tableview which set the pull to refresh disabled.

Please help how can we solve this.

arturdev commented 5 years ago

@hardikamal I had the same problem, so I made my own library: https://github.com/arturdev/AMRefresher

Which works great with my fork: https://github.com/arturdev/MXParallaxHeader

hardikamal commented 5 years ago

@arturdev Where is the implementation of AMRefresher with ParallaxHeader?

ChristopherSamso commented 5 years ago

@arturdev Where is the implementation of AMRefresher with ParallaxHeader?

arturdev commented 5 years ago

@hardikamal @ChristopherSamso There is no example of that. You just need to use my fork and use this refresher

djmunish commented 5 years ago

I cloned you fork, now how to use this refresher? Simple install via pod and implement it?

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.