In my iOS project i want to connect UITableView with Header Section and UINavigation Bar hidden on scrolling - and i have a bug: on a scrolling appear spacing between Navigation Bar and UITableView. But if i don't use Section Header all works good
For Header Section i use Apple example code
For UINavigation Bar hidden on scrolling i used many controls but all have this problem
AMScrollingNavbar<br />
GTScrollNavigationBar<br />
NJKScrollFullScreen<br />
self.automaticallyAdjustsScrollViewInsets = YES;
self.tableView.separatorInset = UIEdgeInsetsZero;
Not solved problem
How to use together UITableViewControler with Header Section and UINavigation Bar hidden and haven't problem this spacing