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
For example I get icon name from server and I need call it from lib
var body: some View{
VStack{
if let faIcon :String = self.data.widgetData[i].icon {
//faIcon - is icon name like "bomb" or something else
Awesome.Solid.faIcon.image // here I get error "Type 'Awesome.Solid' has no member 'faIcon'"
}
}
}
Is any way to solve this point?
The text was updated successfully, but these errors were encountered:
How can I use dynamic call icon from a string?
For example I get icon name from server and I need call it from lib
Is any way to solve this point?
The text was updated successfully, but these errors were encountered: