Open Pitometsu opened 8 years ago
Facing issue on header movement when scroll tableView.
class name is TLYTableViewController
i used the code of UIScrollView delegate to move header with cell when scroll.
when i use this code table fluctuate or jerk the screen.
Is that any solution, when scroll table and section header also move at top of screen?
@Mazyod please, check https://github.com/telly/TLYShyNavBar/pull/163 to solve this issue.
Can I implement shy table view with two headers, first shy (able to hide on scroll) and second static (on top of screen, and visible all the time)?
Almost suitable solution I got with group header view, but there was gap between group header and navigation bar on scroll bounces.