tristanhimmelman / HidingNavigationBar

Easily hide and show a view controller's navigation bar (and tab bar) as a user scrolls
MIT License
1.03k stars 127 forks source link

'titleForHeaderInSection' and 'sectionIndexTitle' is disappeared on Grouped Style UITableView. #79

Open dotnetguy83 opened 5 years ago

dotnetguy83 commented 5 years ago

Title Header of Table section is gone when I scroll tableView upward. Could I turn it back to the sticky header like the pure UITableView works? Section Index Title Bar problem is same. Thanks for reading my issue.