File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Apply a specific appearance to a symbol image
8888
8989``` swift
9090var configuration = NSImage.SymbolConfiguration (
91- paletteColors : [.systemTeal , .systemGray ]
91+ paletteColors : [.systemTeal , .systemGray ]
9292)
9393configuration = config.applying (.init (textStyle : .title1 ))
9494imageView.symbolConfiguration = config
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ let customSymbol:NSImage? = NSImage(named: "MyCustomSymbolName")?
8888
8989``` swift
9090var configuration = NSImage.SymbolConfiguration (
91- paletteColors : [.systemTeal , .systemGray ]
91+ paletteColors : [.systemTeal , .systemGray ]
9292)
9393configuration = config.applying (.init (textStyle : .title1 ))
9494imageView.symbolConfiguration = config
You can’t perform that action at this time.
0 commit comments