hello all,
any idea if you can set the background color of one of these new SFSymbol images?
i tried this paletteColors: method, it seems to take only the first color and use it as the foreground color
UIImageSymbolConfiguration * config =
[UIImageSymbolConfiguration configurationWithPaletteColors:@[[UIColor blueColor], [UIColor redColor]]];
UIImage * confMatImageSel = [UIImage systemImageNamed:@"square.grid.2x2"
withConfiguration:config];
2
0
2.5k