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
{{ message }}
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
One of those places is to style raw html from api. Here I need to inject styling html header, where I need separate color and separate font. Currently I have to type the attribute:
Let's say I have a standard style defined like this which is used in multiple scenes on multiple places.
One of those places is to style raw html from api. Here I need to inject styling html header, where I need separate color and separate font. Currently I have to type the attribute:
It is not Swifty that attributes[.attribute] returns
Any
. It should return exact type. So that we could write directlyThe text was updated successfully, but these errors were encountered: