Reputation: 41
I want to programmatically add to the toolbar the "star.fill" symbol in multicolor yellow mode.
I can do it via Xcode/IB properties.
But I don't understand how to do it programmatically, because NSSymbolConfiguration - configurationPreferringMulticolor
is only added in macOS 12 Monterey and doesn't work in Big Sur.
Upvotes: 1
Views: 220