RTRootNavigationController icon indicating copy to clipboard operation
RTRootNavigationController copied to clipboard

iOS 13 usesSystemBackBarButton results in default blue chevron / arrow.

Open mazvydask opened this issue 6 years ago • 3 comments
trafficstars

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

mazvydask avatar Oct 08 '19 14:10 mazvydask

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?

LatteCat avatar Oct 11 '19 12:10 LatteCat

try:

self.navigationController.tintColor = white

rickytan avatar Nov 01 '19 12:11 rickytan

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

mazvydask avatar Nov 06 '19 13:11 mazvydask