Open cs14rendra opened 6 years ago
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!