Amnell/APParallaxHeader

Glitch in scrolling while using it with TableView sections.

Opened this issue · 2 comments

We are using APParallaxHeader at multiple places in our app so far it was working great but with a one particular table view which has various sections it's not doing great it feels a glitch in scrolling sometimes and while pulling down the header a black background shows up in the background of header bottom part.

Does the TableView use a plain or grouped style? Plain style, with floating sections, will result in glitches. I have not found any way to work around this issue and it is something I haven't seen anyone successfully solving this issue in other apps.
See issue #3

it can be fixed by changing the zPosition of the parallax layer view.
A long time searching for this fix (thanks to maxep/MXParallaxHeader#38)

self.tableView.parallaxView.layer.zPosition = 1;