andreamazz / AMScrollingNavbar

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

Hotfix for IOS 13 NavigationBar appearance issues #399

Closed mark-dlc closed 3 years ago

mark-dlc commented 3 years ago

Fixed #398 by using IOS 13+ APIs to update titleTextAttributes across all possible NavigationBar appearance modes, rather than only in the defaultAppearance.

Could possible use refactoring in future revisions for conciseness. But for now, this fix quickly and properly addresses the issue for developers targetting 13+ and up, that use largeTitles or other new toolbar appearances introduced.

andreamazz commented 3 years ago

Thank you @mark-dlc I really appreciate the help. Merged.