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
Enable an experimental mode which bakes (rasterizes) the label into the icon image, allowing for better control of the tint colors on iOS 26+.
190
+
191
+
- Type: `boolean`
192
+
193
+
:::warning
194
+
This feature is experimental, and might be removed in the future.
195
+
196
+
It has many drawbacks, such as SFSymbol icon sizes being different on label width, badges being positioned far away from the icon depending on the label width, and possibly breaking accessibility since the label will be baked inside the icon image.
197
+
198
+
Use with caution, only if you prioritize tint color consistency between platforms.
0 commit comments