rickytan / RTRootNavigationController

Implicitly make every view controller has its own navigation bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS 13 usesSystemBackBarButton results in default blue chevron / arrow.

mazvydask opened this issue · comments

We have tried numerous ways to customize the NavBar to avoid this. Still have no solution, any idea how to fix this?

Screenshot 2019-10-08 at 16 07 41

I have the same problem. I had set the barTintColor with black, but the the default back indicator was rendered as system blue. Any idea to fix this?

try:

self.navigationController.tintColor = white

This a hack, but it's the only thing that works. Add this where navbar is configured:
UINavigationBar.appearance().tintColor = colorNeededForChevron