Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Section title in group tableView is not hiding. #19

Open
cs14rendra opened this issue Dec 9, 2017 · 10 comments
Open

Section title in group tableView is not hiding. #19

cs14rendra opened this issue Dec 9, 2017 · 10 comments

Comments

@cs14rendra
Copy link

while scrolling on blurRoundIconParallax, the section title is showing above on parallaxHeader. it should hide inside header View.
ScreenShot : https://imgur.com/a/k3ZHB
I am following same code written on github.
Thank you!

@cs14rendra cs14rendra changed the title Section title in group tableView not hiding. Section title in group tableView is not hiding. Dec 9, 2017
@yayoro
Copy link

yayoro commented Dec 12, 2017

I have the same problem.

@janeshsutharios
Copy link

@cs14rendra @yayoro Any workaround ?

@yayoro
Copy link

yayoro commented Mar 28, 2018

Hi @janeshsutharios I don´t find any solution yet. :(

@ghost
Copy link

ghost commented Jun 29, 2018

@yayoro did you find a solution?

@yayoro
Copy link

yayoro commented Jun 29, 2018

@umbrella-daniil-vorobyev no, i didnt find any solution :( sorry!

@wwy0918
Copy link

wwy0918 commented Jul 19, 2018

I have the same problem

@catilac
Copy link

catilac commented Aug 6, 2018

I'm having the same issue. Is there a fix?

@furiosFast
Copy link

😭 same for me

@furiosFast
Copy link

no one have found the solution?

@magneticrob
Copy link

magneticrob commented Feb 25, 2019

I fixed it. So the issue is that when UITableView reloads a UITableViewHeaderFooterView, or any section header, it places it at the top of the view stack. This leads to it appearing over the top of your parallax header.

So I subclassed UITableView, and just send it to the back of the stack on layoutSubviews(), so our header always appears over the top. If anyone finds a better solution, let me know. Here's a gist

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

No branches or pull requests

7 participants