andreamazz / AMScrollingNavbar

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

UIKit-applied dimming bug fixed by duplicating tintColor value #392

Closed tifroz closed 4 years ago

tifroz commented 4 years ago

Updated so ScrollingNavigationController now maintains its own copy of the UINavigationBar's tintColor property - thus avoiding situations where UIKit-applied dimming is accidentally made permanent through a combination of UIAlert + device rotation for example.

More context at #391

andreamazz commented 4 years ago

Thank you @tifroz for the contribution. I'll release a new version right away.