What is the most efficient method for implement an header over a tableView which can animating his frame like in the gif. I need a customizable methods because i would like an header which can became a pageController or similar.
Edit: I tried several libraries found on the net and they are different. I need the header remains fixed at the top as in the gif. I tried to modify the examples to accomplish this but had no results.
I tried to change the scrollViewdidscroll but I failed because the offset does not change linearly, and the animation does not work. I can not animate the header over the bar navigation and ensure that it remains above it.
Thank you
Here you go. You can build your implementation on this simple example: