andreamazz / AMScrollingNavbar

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

add shouldPrefersStatusBarHidden, Fixed #332, #333 #342

Closed StefaniOSApps closed 5 years ago

StefaniOSApps commented 5 years ago

Now, you can set prefersStatusBarHidden from the ScrollingNavigationController. Defaults to false

StefaniOSApps commented 5 years ago

Fixed #332, #333 at showNavbar, hideNavbar

andreamazz commented 5 years ago

Hi @StefaniOSApps please keep the PRs to a single feature, I can't merge the first part, since it's beyond the scope of this library. Also, consider squishing the intermediate commits, I'm not too keen in having a bunch of minor commits that fix trivial spacing and styling problems.

StefaniOSApps commented 5 years ago

ok