0

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

enter image description here

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

Sudha Tiwari
  • 2,499
  • 26
  • 50
user3327148
  • 1
  • 1
  • 6

0 Answers0