-
Notifications
You must be signed in to change notification settings - Fork 131
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
Comments
I have the same problem. |
@cs14rendra @yayoro Any workaround ? |
Hi @janeshsutharios I don´t find any solution yet. :( |
@yayoro did you find a solution? |
@umbrella-daniil-vorobyev no, i didnt find any solution :( sorry! |
I have the same problem |
I'm having the same issue. Is there a fix? |
😭 same for me |
no one have found the solution? |
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 |
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!
The text was updated successfully, but these errors were encountered: