RTRootNavigationController
RTRootNavigationController copied to clipboard
iOS 13 usesSystemBackBarButton results in default blue chevron / arrow.
trafficstars
We have tried numerous ways to customize the NavBar to avoid this. Still have no solution, any idea how to fix this?
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