This works for me:
if let applicationToken = selection.categoryTokens.first {
Label(applicationToken).labelStyle(CustomLabelStyle())
}
Also, in CustomLabelStyle, I just defined a style with only the icon. Can't get it to resize unless I use scaleEffect though, and since the sizing is different depending on screen size, I gave up resizing and just opted to use the base icon.
Topic:
App & System Services
SubTopic:
General
Tags: