telly / TLYShyNavBar

Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars!
MIT License
3.73k stars 426 forks source link

Question: static header with shy one #162

Open Pitometsu opened 7 years ago

Pitometsu commented 7 years ago

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.

ignivashiju commented 7 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.

pragma mark - UIScrollViewDelegate

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?

Pitometsu commented 7 years ago

@Mazyod please, check https://github.com/telly/TLYShyNavBar/pull/163 to solve this issue.