Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Glitch in scrolling while using it with TableView sections. #36

Open
kidsid-Ixigo opened this issue Nov 14, 2016 · 2 comments
Open

Glitch in scrolling while using it with TableView sections. #36

kidsid-Ixigo opened this issue Nov 14, 2016 · 2 comments

Comments

@kidsid-Ixigo
Copy link

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.

@Amnell
Copy link
Owner

Amnell commented Nov 15, 2016

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

@simpleg
Copy link

simpleg commented Nov 18, 2016

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;

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants