You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -106,13 +106,13 @@ let image = UIImage(systemName: "multiply.circle.fill")
106
106
let image =UIImage(named: "custom.multiply.circle")
107
107
```
108
108
109
-
####How to add custom SF symbols to a string?
109
+
### How to add custom SF symbols to a string?
110
110
111
111
```swift
112
112
Text("Use \(Image("myCustomSymbolName")) to crop the image")
113
113
```
114
114
115
-
####How to define colorful SF symbols?
115
+
### How to define colorful SF symbols?
116
116
117
117
Currently not supported, according to the [official documentation](https://developer.apple.com/documentation/uikit/uiimage/creating_custom_symbol_images_for_your_app), manually adding styles, still trying to support it in the future.
118
118
@@ -141,16 +141,18 @@ Currently not supported, according to the [official documentation](https://devel
141
141
</g>
142
142
```
143
143
144
-
####How to Enable Multi-Color Support for Custom Symbols?
144
+
## How to Enable Multi-Color Support for Custom Symbols?
145
145
146
146
Thanks to [@ldowens](https://github.com/jaywcjlove/create-custom-symbols/issues/9) for providing a method to enable multi-color support for custom symbols.
147
147
148
-
#### Step 1: Create and Export the Symbol
148
+
### Step 1: Create and Export the Symbol
149
+
149
150
In the **Create Custom Symbols** application, create a new symbol using **SVG** and export it.
0 commit comments