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
We currently have experimental support for SwiftUI. However, it has yet to be used in any real Apps, so there may be issues with the API that we need to address.
Our use of EnvironmentValues is also not currently ideal, as summarized here.
We may wish to reimplement VectorDrawableView using GeometryReader and Paths, which which could allow us to take advantage of the Environment colors provided by Apple if they improve the API to allow us to get a color for a String.
The text was updated successfully, but these errors were encountered:
We currently have experimental support for SwiftUI. However, it has yet to be used in any real Apps, so there may be issues with the API that we need to address.
Our use of
EnvironmentValues
is also not currently ideal, as summarized here.We may wish to reimplement
VectorDrawableView
usingGeometryReader
andPath
s, which which could allow us to take advantage of theEnvironment
colors provided by Apple if they improve the API to allow us to get a color for a String.The text was updated successfully, but these errors were encountered: