andreamazz / AMScrollingNavbar

Scrollable UINavigationBar that follows the scrolling of a UIScrollView
MIT License
6.05k stars 634 forks source link

Navigation bar isTranslucent = false is not working correctly #388

Open yildirimatcioglu opened 4 years ago

yildirimatcioglu commented 4 years ago

this pod makes navigation translucent automatically but if you want to use it not translucent your collection views section header will be under navigationBar.

prvnngrj commented 3 years ago

Yes, sticky collection view headers don't work when navigation bar isTranslucent is set to false. When set to true, the section header also hides along with the navigation bar.

prvnngrj commented 3 years ago

@andreamazz