Changing the images and tint of the icons provided by NavigationSplitView

Hey All,

I'm currently implementing the new NavigationSplitView to improve my app's iPad experience, but I noticed that I couldn't seem to be able to tint the icons provided to toggle the Sidebar and the overflow menu.

If I can't change the tint of these icons, I'm afraid I have to fall back the old implementation.

The same counts for the Customize toolbar view. (I would also love to be able to change that background for legibility)

Setting the values in the AccentColor colour set in the asset catalog to your desired tint colour should work.

I don’t know if using the tint(_:) modifier works but you could try that too.

The problem is that I need the tint colour of those icons to be dynamic (they match the Artwork), and also my AccentColor is currently green and being ignored :(

Changing the images and tint of the icons provided by NavigationSplitView
 
 
Q